6–43Form Examples and Exercises
7. To add the horizontal lines, define one line and then duplicate that line
using the Vertical Duplication command. The line will have a single line
thickness (LT), be in row (R) 30.4, starting in column (SC) 14 and
ending in column (EC) 66. With vertical duplication, the line will be
duplicated (DN) 6 times with 2.5 row offset (OF) spacing between each
duplication. The Vertical Duplication command must be input, the
horizontal line being duplicated must be input, and the Vertical
Duplication command must be turned off.
Enter Format
VDUP;6;2.5 VDUP;dup#;offset#
HORZ HORZ
1;30.4;14;66 LT;R;SC;EC
STOP STOP
VDUP;OFF VDUP;OFF
8. All the text shown on the grid is fixed into position on the form with a
single Alpha command sequence. The starting row, starting column, and
text can be taken right from the grid and put into the program.
Enter
ALPHA
14;31;3;2;*HandCraft Boats*
18;14;0;0;*CUSTOMER:*
18;51;0;0;*PHONE:*
20;14;0;0;*HULL NO:*
20;49;0;0;*RIGGING:*
22;14;0;0;*COLOR:*
22;43;0;0;*DELIVERY DATE:*
25;31;1;1;*SPECIAL ORDER ITEMS*
27;17;0;0;*ITEM*
27;34;0;0;*DESCRIPTION*
27;60;0;0;*PRICE*
50;26;1;1;*Quality Boats Crafted By Hand*
C17;48;14;0;0;*HandCraft Boats*
C17;48.10;14;0;0;*123 Boat Way*
C17;49.8;14;0;0;*Boat Town, CA*
C17;50.6;19;0;0;*333444*
C17;51.4;14;0;0;*(714)555–0011*
STOP
Format