ENFORM Reference Manual

AFTER CHANGE Clause
Clauses
058057 Tandem Computers Incorporated 5–5
If you specify either a SKIP clause or the slash symbol (/) within a print-list, ENFORM
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
Using the CENTER clause following the print-list of an AFTER CHANGE clause
centers the information on the page.
The CENTER, Option Variables, SKIP, SPACE, and TAB clauses are described in this
section.