<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > XPRINT > XPRINT |
Description
Send text to the current attached printer.
Syntax
XPRINT(StringData)
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
StringData |
String |
No |
Text to be sent to the printer. |
Remarks
If StringData ends with a $CRLF, next output will take place on a new line, otherwise next output will take place in current position.
Restrictions
See also
Examples