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

PrintStringX(String)

Prints a text string using the current text color but does not advance to the next line.

Parameters

String - Text string to print

Examples

BASIC

CALL PrintStringX("Hi there everybody")

PASCAL

PrintStringX('Hi there everybody');

BGI equivalent

void outtext(char *textstring);