Action |
Places the cursor in the position indicated.
Syntax |
AT (row, column)
Parameters |
Row
Specifies the row at which to position the cursor.
Column
Specifies the column at which to position the cursor.
Remarks |
The cursor position is expressed in screen coordinates. A value of 0,0 represents the top left corner of the screen.
The AT command is ignored if all output has been redirected to a file using the REDIRECTOUTPUT function.
Returns |
Nothing.