List of expression elements / Character string operators |
The SPACES operator returns a character string with blanks.
int-expr SPACES
The SPACE operator is typically used in reports to print spaces to align data in the report output.
MAIN DISPLAY 20 SPACES || "xxx" END MAIN