PRINT Statement
Sends a string to the output window
PRINT <message>
Arguments
Message A string or string variable to print
Remarks
The + operator can be used on the message.
Example
PRINT Datastring[13]
PRINT "Number of Tests : "+ DECV(TestCount)