LOCATE |
Top Previous Next |
Syntax LOCATE(line as INT, column as INT) Description Positions the caret in the console window. Parameters line - The line in the console window to place the caret. column - The character position to place the caret. Return value None Remarks OPENCONSOLE must have been executed before this statement. Example usage OPENCONSOLE |