Syntax
CopyText
Remarks
Copies the selected text without putting it on the Clipboard (the same as pressing SHIFT+F2). For CopyText to work, macro instructions must make a selection immediately before the CopyText instruction, make a new selection immediately after CopyText, and then use the OK statement to copy the text.
Example
This example inserts a copy of the current paragraph (selected using the predefined bookmark "\ Para") immediately below the current paragraph:
EditGoTo "\Para" CopyText ParaDown OK
See Also
Cancel, MoveText, OK