Description

Outputs a single line of text to the printer.

Syntax

status = Print_Text (text)

Parameters

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.

Returns

TRUE for successful execution or FALSE for failure.