Run a script more than once
Hello everyone! The title says it all. I need to run the same script 4 times in sequence. It would be possible?
var descriptor = new ActionDescriptor();
var reference = new ActionReference();
reference.putProperty( charIDToTypeID( "HstS" ), charIDToTypeID( "CrnH" ));
descriptor.putReference( charIDToTypeID( "null" ), reference );
executeAction( charIDToTypeID( "Dlt " ), descriptor, DialogModes.NO );
