TEXT

This command will output the provided string using the current text settings at the specified coordinates on the screen.

  Syntax
TEXT X,Y,String
  Parameters
X
Integer
The specified x coordinates on the screen
Y
Integer
The specified y coordinates on the screen
String
String
The string to output

  Returns

This command does not return a value.

  Description

The coordinates should be integer values. This command can only produce text on a single line, so you should refrain from using carriage return characters in the text string. Any carriage return symbols will be ignored.

  Example Code
TEXT 10,10,"top left"
TEXT 320,240,"center"
WAIT KEY
  See also

TEXT Commands Menu
Index