5525B/31/32 Line Matrix Printer Code V Programmer's Reference Manual
 220
Chapter 4 Practice Using the Code V
3. Let’s create some alphanumeric text. Use the standard Alphanumeric 
command (M) to print “IGP” in characters 1.0 inches high (
ht
) and 1.0 
inches wide (
wd
). Add a pass terminator (carriage return).
Format: (cc)M 
ht wd jus data
(cc)-
Enter: ^M10,10,000IGP
^-
4. To see the results, a sequence terminator must be input. For example, 
enable the Free Format Form Feed command (,) and print the file. The 
result should look like the example shown in Figure 24.
Format: (cc),
Enter: ^,
Figure 24. Practice Alphanumeric Commands
Boxing the Alphanumeric Text
5. In order to put a box around “IGP,” a certain amount of data positioning 
must occur. Modify the standard alphanumeric command (M) previously 
entered to include other commands before “IGP.” Add a Justification 
command (J) for a 1.2 inch justification (
jus
) to move “IGP” down. Add a 
Horizontal Tab (T) command before “IGP” to move it 1.1 inches (
dis
) from 
the left margin.
Format: (cc)M 
ht wd jus
(cc)J 
jus
 (cc)T 
dis data
Enter: ^M10,10,000
^J120^T0110IGP










