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

SetCursor(Row, Column)

Sets the current text cursor position for use with the PrintString function.

Parameters

Row - Text cursor row
Column - Text cursor column

Examples

BASIC

CALL SetCursor(10, 1)

PASCAL

SetCursor(10, 1);