MoveText

Syntax

MoveText

Remarks

Moves text without changing the contents of the Clipboard (the same as pressing the F2 key in Windows). For MoveText to work, macro instructions must make a selection immediately before the MoveText instruction, make a new selection immediately after MoveText, and then use the OK statement to move the text.

Example

This example moves the line containing the insertion point to the beginning of the document:


StartOfLine
EndOfLine 1
MoveText
StartOfDocument
OK

See Also

CopyFormat, CopyText, OK