Outputs a single line of text to the printer.

status = Print_Text (text)

The Print_Text function has the following parameter:

ParameterDescription
TextText 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.

  • No labels