How to define text frames loop through the active doc
Hi experts
I have this script:
var myDoc = app.activeDocument;
myTextFrame = myDoc.textFrames;
for (var F = myTextFrame.length; F > 0; F --){
while (myTextFrame
myTextFrame
}
but I always get error after run the script, could someone tells me what's wrong with the define?
regard
John