34
Now the results look like this:
When you turn on expanded print with (ESC) “W”l it stays
on until you turn it off with (ESC) “W”0.
Table 3-6 Table 3-6
Expanded print commands
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 f Demo of condensed print
20 LPRINT "Demonstration of ";
30 LPRINT CHR$(15);
40 LPRINT "CONDENSED";
50 LPRINT CHR$(18);
60 LPRINT If printing."
Ihwmstt-at:i cm of CONDENSED pr-inkirrq.
. Condensed print set with CHR$(15) 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$(15) works just
the same.