Enform Plus Reference Manual
Clauses
Enform Plus Reference Manual—422684-001
5-31
Spacing Considerations
BEFORE CHANGE ON ordernum
PRINT "*****" SPACE 5 "Orders for " ordernum,
***** Orders for 122
If you specify either a SKIP clause or the symbol / (slash) within a print-list, 
Enform Plus advances one or more lines before printing the rest of the BEFORE 
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 
causes two lines to be printed:
BEFORE CHANGE ON regnum PRINT "Begin of Report for"
 SKIP "Region " regnum,
Begin of Report for
Region 1
By using the CENTER clause following the print-list of the BEFORE CHANGE 
clause, you can center the information on the page.
The CENTER, Option Variables, SKIP, SPACE, and TAB clauses are described in this 
section.










