H Changing the line spacing
When you turn your printer on, the line spacing is set to 6
lines per inch. This is fine for most printing applications, but
when you want something different, the printer makes it easy to
set the line spacing to whatever you want.
Try this program to see how easy it is to change the line spac-
ing:
10 '
Demo of line spacing
20 FOR I=1 TO 20
30 IF I=13 THEN 60
40 LPRINT CHR$(27);"A";CHR$(I);
50 LPRINT "THIS LINE SPACING IS SET TO";1
60 NEXT I
70 LPRINT "LINE SPACING IS SET TO l/6 INCH
(NORMAL) . "
80 LPRINT CHR$(27);"2"
90 END
This is what you will get: