Using The Box Command

Using The Box Command

This command allows you to create a series of boxes, each smaller than the previous box. Make the first box 4” square and make each successive 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 want to set off specific areas on the form, use the Corner command to print corner frames on your form.

179

Page 179
Image 179
Tally Genicom 6600 manual Using The Box Command