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

SetTextColor(Color)

Sets the current text color used by PrintString.

Parameters

Color - New text color value

Examples

BASIC

CALL SetTextColor(14)

PASCAL

SetTextColor(14);