PRINT

The PRINT statement produces output from a report. (This statement can appear only in the FORMAT section of a REPORT program block.)

4GLREF00000180.gif

BYTE variable is the identifier of a 4GL variable of data type BYTE.

filename is a character string, enclosed between quotation ( " ) marks, and specifying the name of an ASCII file to include in the output from the report. The filename can include a pathname.

left offset is an expression that evaluates to a positive whole number, specifying a character position offset (from the left margin) no greater than the difference (right margin - left margin).

relative offset is an expression that evaluates to a positive whole number, specifying an offset (from the current character position) no greater than the difference (right margin - current position).

temporary is an expression that evaluates to a positive whole number, specifying the absolute position of a temporary right margin.

TEXT variable is the identifier of a 4GL variable of data type TEXT.