PRINTC

This command will concatenate to a previous print command and print text, numbers, variables and strings to the screen.

  Syntax
PRINTC Print Statements
PRINTC  Value
  Parameters
Print Statements
Double Integer
In addition to double integer, this command accepts every other type including real numbers and strings

  Returns

This command does not return a value.

  Description

You can position where the text will print using the SET CURSOR command. You can separate items you wish to print on the same line by using either a semi-colon or a comma. If you add a semi-colon at the end of your print list, the next PRINT command will add to the end of the last print line. 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
PRINT 123
PRINTC "hello"
PRINTC 4.56
WAIT KEY
  See also

CORE Commands Menu
Index