Using The Box Command
179
Using The Box Command
This command allows you to create a series of boxes, e ach smaller than the
previous box. Make the first box 4” square and make each succ essive box
smaller by approximately .25”. Each box will have a line thickness of 3 points.
Start the first box at row 1 and column 1 (SCALE = DOT). The finished
program would be:
~RESET
~CREATE;BOX
SCALE;DOT
BOX
3;1;1;288;240
3;22;19;267;222
3;43;37;246;186
3;85;73;206;168
STOP
END
~EXECUTE;BOX
~NORMAL
Figure 6. Box Samples
If you do not want a closed box around text or the form, but you still wan t to
set off specific areas on the form, use the Corner command to prin t corner
frames on your form.