Bypass navigation menu
RGB Classic Games
Keeping the classics alive
Currently hosting 566 great games!
Return to Chapter 2

GetCursor(Row, Column)

Returns the current text row and column.

Parameters

Row - Variable to store current text row
Column - Variable to store current text column

Examples

BASIC

CALL GetCursor(Row%, Column%)

PASCAL

GetCursor(Row, Column);