ENFORM Reference Manual
SPACE Clause
Clauses
5–58 058057 Tandem Computers Incorporated
SPACE Clause The SPACE clause allows you to specify horizontal spacing. The syntax of the SPACE
clause is:
SPACE [
number
]
number
is an integer.
SPACE Clause with a LIST
Target-item or By-item
The SPACE clause can precede an either a target-item or a by-item within a LIST
statement. When number is specified, ENFORM inserts the specified number of spaces
every time the SPACE clause is processed. When number is not specified, one space is
inserted.
The default spacing between columns on a report is initially set to two spaces. It can
be temporarily overridden by using the SPACE clause with the number parameter. To
delete all spaces between columns, use SPACE 0.
SPACE Clause with
a Print List
The SPACE clause can be part of a print list for an AFTER CHANGE, BEFORE
CHANGE, AT START PRINT, AT END PRINT, FOOTING, SUBFOOTING,
SUBTITLE, or TITLE clause or statement. When number is specified, ENFORM inserts
the specified number of spaces every time the SPACE clause is processed. When
number is not specified, one space is inserted.