Part | Description |
|
Spc(n) | Optional. Used to insert space characters in the output, where n is the number of space characters to insert. |
Tab(n) | Optional. Used to position the insertion point at an absolute column number where n is the column number. Use Tab with no argument to position the insertion point at the beginning of the next print zone. |
expression | Optional. Numeric expression or string expression to print. |
charpos | Optional. Specifies the insertion point for the next character. Use a semicolon (;) to position the insertion point immediately following the last character displayed. Use Tab(n) to position the insertion point at an absolute column number. Use Tab with no argument to position the insertion point at the beginning of the next print zone. If charpos is omitted, the next character is printed on the next line. |