Reply To: Object Style to New Layer

#103515

You get inconsistent results, because the index per spread is messed up when the first frame is moved. Looping backwards will help here:

for(i = app.activeDocument.textFrames.length-1; i >= 0 ; i–)

This article was last modified on May 3, 2018

Comments (0)

Loading comments...