|
| KiXtart Command Reference |
ATactionPlaces the cursor in the position indicated. syntaxAT (row, column) parametersRow Specifies the row at which to position the cursor. Column Specifies the column at which to position the cursor. RemarksThe 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. returnsNothing. |