
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 I Demo of condensed print
20 | LPRINT | "Demonstration of "; |
30 | LPRINT | CHR$(15); |
40 | LPRINT | "CONDENSED"; |
<50 LPRINT | CHR$(18); | |
60 | LPRINT | u printing." |
Condensed print set with CHR$(15) stays on until you turn it off with CHR$(l8). Note that you don’t need to put an
<ESC > in front of the CHR$(lS), although < ESC > CHR$( 15) works just the same.