SPACES
The SPACES
operator
returns a character string with blanks.
Syntax
int-expr SPACES
- int-expr is an integer expression.
SPACE
(without S) is an alias for this operator.
Usage
The SPACE
operator
is typically used in reports to print spaces to align data
in the report output.
Example
MAIN
DISPLAY 20 SPACES || "xxx"
END MAIN