Epson MX-70 User Manual page 47

Compusoft printer user manual
Table of Contents

Advertisement

Chapter 4
Type in this NEW program:
9 PR #1
10 PRINT CHR$ (27) "A" CHR$ (0)
20 PRINT "UNDERLINE"
30 FOR U=l TO 9 : PRINT CHR$ (95); : NEXT U
40 PRINT CHR$ (27) "2"
50 PRINT "WORKS"
59 PR #0
and RUN.
Oops, too close for comfort. We forgot that the MX-70 doesn't have lower case
descenders, and the underline character is in that category. We'd better drop
the underline down one dot.
Change line 10 to:
10 PRINT CHR$ (27) "A" CHR$ (l)
and RUN.
Compare this RUN with the previous one. It's looking better, isn't it? Let's
drop the underline position down one more dot. Go ahead - can you figure out
what to do?
Here is how the program works:
Line 10 sets line spacing to 1 DOT (1)
Line 20 PRINT
S
Line 30 PRINT
S
use it here.) The ; suppresses the LF.
38
UNDERLINE
WORKS
Figure 4-6
something we want to underline
9 underlines. (Computers that support STRING$ could
(Apple)
(or 0+ 128)
(Apple)

Advertisement

Table of Contents
loading

Table of Contents

Save PDF