![](/images/new-backgrounds/1168299/168299113x1.webp)
51
When you turn on expanded print with < ESC > “W” 1 it stays on until you turn it off with < ESC > “W” 0.
Table
Expanded print commands
nCondensed 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 "Demonstrationof ";
30 LPRINT CHR$(15);
40 LPRINT "CONDENSED"; ,50LPRINT 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.