how to paste a text in a selected textframe
Hi, for a new script I would like to paste some text in a textFrame.
I would like to select my text, copy it and run my script.
My script locate a textframe, select it.
I don't know how to paste in the content of the selected textframe.
app.paste();
Paste is OK, but it create a new textframe while the block is well selected.
Can you help me?
thx!