Can I using NEXT in Photoshop Script to bypass and action ?
The code as following, but photoshop keep raide error on NEXT
if (theW-targetW >10||theH-targetH>10){
alert(theW-targetW,theH-targetH);
NEXT
};
var bounds = [0,0,targetW, targetH]
app.activeDocument.crop(bounds);How should I bypass the corp action if meet the criteria ?
