5525B/31/32 Line Matrix Printer Code V Programmer's Reference Manual
Boxing the Alphanumeric Text
 221
6. Now we can add the box around “IGP.” The Box command (LB) is part of 
the extended graphics command set. In this example, it must be input as 
part of the alphanumeric command sequence (input prior to the sequence 
terminator). Use a Horizontal Tab command (T) to position the starting 
point of the box 0.9 inches (
dis
) from the left margin. Use a Justification 
command (J) with a zero justification to begin the box at the top of the 
form. Enter the Box command (LB) to create a box 4.2 inches wide (
horz
) 
and 2.5 inches tall (
vert
) with horizontal (
h
) and vertical (
v
) borders 3 dot 
rows thick.
Format: (cc)T 
dis
(cc)LB 
horz vert h v
Enter: ^T0090^J000
^LB0420,0250,3,3
The input file now contains the following commands. Printing the file creates a 
box around the name as shown in Figure 25.
^PY^-
^F^-
^M10,10,000
^J120^T0110IGP
^T0090^J000
^LB0420,0250,3,3
^-^,
Figure 25. Practice Alphanumeric Commands and Box










