thanks in advance for any assistance regarding this issue
i am not scripting guy i copied this script from somewhere i don't remember
var document = app.activeDocument; var TextFrame = activeDocument.selection; TextFrames = activeDocument.selection; TextFrame.contents = "Hello friends, how are you.";
problem is i need this textframe to be two line and text cursor should not be at start but be at end so that i can start tying from the end
any help appreciated