Line:

Command group Flag affected Reversible Execute on client Platform(s)
Text NO NO YES All

Syntax

Line: line-text

Description

Adds a line of text to the text buffer for the current method stack. The Line: command supports leading and trailing spaces and can contain square bracket notation, that is, you can include or add the contents of a variable to the text buffer. You build up the text block using the Begin text block and any combination of one or more Text: or Line: commands. The Carriage return and Linefeed options of the Begin text block command specify the line delimiter added to the text buffer after the text added by the Line: command. When you have placed one Line: command and you press Ctrl/Cmnd-N to create a new method line, a new Line: command is added. You should end a block of text with the End text block command, and you can return the contents of the text buffer using the Get text block command.

See the Text: command which can have line specific options, unlike Line:.