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);