Xerox Printer Manual Do Utilizador

Página de 181
USING HFDL COMMANDS
Figure 3–20.
DO SECTION command syntax
C
x
C
y
TIMES
n
name
SECTION
DO
AT
;
AND
units
units
AT
C
a
,
EVERY
REPEAT
C
i
HORIZONTALLY
VERTICALLY
units
units
,
Parameters
name specifies the name of the section you want to invoke.  
TIMES specifies the number of times you want the section
repeated.
C
y 
specifies the 
y–axis where you want the section origin
located.  
C
x 
specifies the 
x–axis where you want the section origin located.
units indicates the unit of measure for placement of the section
origin.  The 
units are INCHES, CENTIMETERS, DOTS, and
XDOTS.  You can use two decimal places when you specify
inches and centimeters.  You must express DOTS and XDOTS in
integers.
REPEAT specifies the number of times you want a section
repeated in the orientation you specified.
HORIZONTALLY or VERTICALLY specifies the orientation of the
lines you want repeated.
EVERY C
i
 indicates that you want to repeat a section at the
increment you have specified.
AT C
a
 indicates that you want to repeat the section at the
absolute coordinate you have specified.
Default
VERTICALLY, if you specified REPEAT.
Examples
Long form:
DO SECTION NUSEC 3 TIMES AT 1,1 AND REPEAT
HORIZONTALLY EVERY 4;
Short form:
DO NUSEC 3 AT 1,1 REPEAT HORIZONTALLY EVERY 4;
HOST FORMS DESCRIPTION LANGUAGE 3.2 FOR IBM MVS CREATING FORMS
3–29