Reply To: Merged Text Frame

#88878
Matt Isaac
Participant

I assume this is what you want:
for(var n=0;n<app.selection.length-1;n++){
app.selection[n+1].insertionPoints[0].contents = "\r";
app.selection[n].nextTextFrame = app.selection[n+1]
}

This article was last modified on October 5, 2016

Comments (0)

Loading comments...