BOX
41
BOX — draw BOX
Format
BOX width, depth[, option];
Parameters
width:
width of the box
depth:
depth of the box
option:
B = Leave the cursor unmoved (Default)
H = Move the cursor to the horizontally adjacent corner
V = Move the cursor to the vertically adjacent corner
E = Move the cursor to the diagonally opposite corner
L = Move the cursor one line down
N = Move the cursor to the beginning of the next line
Function
The BOX command draws a box of a specified size with one corner at the current cursor
position. The line thickness is designated by the SPD (set pen diameter) command. The
size and thickness is measured on the basis of value established in the UNIT command.
The cursor is moved as specified by the option. If the option is omitted, the cursor is not
moved (same as option B).
The BOX command draws only the outline of the box. To fill in the box, use the BLK
command.
The width and depth may use either a positive or negative value.
File
!R! RES; UNIT C; SPD .1;
SLM 2;
N-option
B-option (No motion)
H-option
E-option
V-option
L-option
Left margin