Question
Error 21: null is not an object.
I'm trying to edit an old script made in 2013 by someone.
I'm getting the following error.
Error 21: null is not an object.
| -> | var matchedName = doc.artLayers[artLayerIndex].name.match(/^.+(\..+)\.+/)[1]; |
whats wrong, is it incompatible with PS 2017
