Outputs a single line of text to the printer.
status = Print_Text(text)
The Print_Text function has the following parameter:
Parameter | Description |
---|---|
Text | Text to print. |
Note: \PAGE will print the current page number. This can be used in conjunction with any of the printer functions.|
TRUE for successful execution or FALSE for failure.