A SERVICE OF

logo

3 – 6 Programming
The second time, the first line is printed standard width. Because the SO
command is not in effect by the end of a line. To return to standard size
printing (10 characters per inch) you have to put in CHR$(20), like this:
10 LPRINT“HELLO”
20 LPRINT CHR$(14);“HELLO”;CHR$(20); “ _ _ _ HELLO AGAIN”
Note: _ means space.
That is what you should get:
To avoid any unpleasant surprises, you may want to insert codes at the
end of a document to cancel whichever feature(s) you selected and to
reset the printer to the normal start-up condition.