Tally Genicom 6600 사용자 설명서

다운로드
페이지 330
Using The Box Command
179
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.