@ Mnemonic - Set Horizontal Position
Syntax
@ (int)
Description
The @ mnemonic places the cursor at the column specified by int, by printing spaces (or backspaces) between the current column position and the desired column position. Any spaces printed overwrite existing characters. int must be less than or equal to 255. Backspaces are non-destructive. See theSETOPTSverb for additional information.
Parameter |
Description |
int |
Column number. |
Example
print @ (10), "This is at col 10"