Declaration:
void GotoXY(int col, int line);
Description
Set the cursor position. The cursor is moved to line number 'line' and column number 'col'.
Alternatively, to position the cursor, just assign values to the CurCol and CurLine built-in variables.
|