@ Mnemonic - Set Horizontal and Vertical Position
Syntax
@ (int,int)
Description
The @ mnemonic places the cursor at the given column and row position on the console.
Parameter |
Description |
int,int |
Column and row number of the desired position. |
If either parameter is out of range of the current scroll region cursor limits, printed text will be lost until the cursor is re-addressed within the current scroll region.
Example
print @ (10,10), "This is at row 10, col 10"