how to get pasted content?
Hi, Scripters!
How can i get pasted text? i have some text in clipboard, i can paste it:
app.paste();
But i want to apply to it a paragraphStyle , maybe put a special Glyph at the insertionPoints[0]. so i thought maybe i have to put it to a variable:
var myPastedText = app.paste().contents;
but it does't work like that. and i don't know the solution.
thank you all for helping me with this issue.
