How to select and copy
Hi experts,
Assume my active doc has only one story, my goal is to select the text and copy.
How I can do that?
my script like this:
var mySource = app.activeDocument.stories.everyItem().paragraphs.everyItem().getElements();
mySource.select();
app.copy();
but not working.
Could someone show me how please.
thanks
Regard
John