Enform Plus Reference Manual
Clauses
Enform Plus Reference Manual—422684-001
5-5
Spacing Considerations
If you specify either a SKIP clause or the slash symbol (/) within a print-list,
Enform Plus advances one or more lines before printing the rest of the AFTER CHANGE
print-list. The number of lines advanced can be affected by one or more of the
following: the digit (if any) following the keyword SKIP, the number of slashes
specified, or the option variable @VSPACE. In the following example, the SKIP clause
within the AFTER CHANGE clause causes two lines to be printed:
AFTER CHANGE ON regnum PRINT "Beginning of Report for"
SKIP "Region " regnum,
Beginning of Report for
Region 1
By using the CENTER clause following the print-list of an AFTER CHANGE
clause, you can center the information on the page.
The CENTER, Option Variables, SKIP, SPACE, and TAB clauses are described in this
section.