TEXT
TEXT "text" COLUMN column
Arguments
text
Text to be printed on the current line.
COLUMN column
The column position for the text.
Discussion
The TEXT statement describes text to be printed in a report. Text can be printed on the following types of lines:
REPORT_HEADER
REPORT_FOOTER
PAGE_HEADER
PAGE_FOOTER
To print text on a break or detail line, use a temporary text field.
The maximum number of columns in the report is 255.
Examples
TEXT "The grand total is: " COLUMN 40