Star Micronics ND-10/15 Printer User Manual


 
51
When you turn on expanded print with < ESC > “W” 1 it
stays on until you turn it off with < ESC > “W” 0.
Table 4-6
Expanded print commands
n Condensed print
Each of the print pitches also can be condensed to its normal
width. This is called condensed print. Try this program to
see how it works:
10
Demo of condensed print
20 LPRINT "Demonstration of ";
30 LPRINT CHR$(15);
40 LPRINT "CONDENSED";
,50 LPRINT CHR$(lS);
60 LPRINT u printing."
Condensed print set with CHR$(l5) stays on until you turn
it off with CHR$(18). Note that you don’t need to put an
< ESC > in front of the CHR$(15), although < ESC >
CHR$(lS) works just the same.