Epson FX-80 User Manual page 234

Hide thumbs Also See for FX-80:
Table of Contents

Advertisement

12liJ LPRINT CHR$(27)"%"CHR$(1)CHR$(liJ);
----13liJ LPRINT CHR$(27) "&"CHR$(liJ) "EE";
14liJ LPRINT CHR$(139);
15liJ FOR X=l TO 11: READ C: LPRINT CHR$(C);: NEXT X
17liJ LPRINT CHR$(27)"!8";
18liJ LPRINT "EEEEE";
19liJ LPRINT CHR$(27)"!@"
2liJliJ LPRINT CHR$(27)"@": STOP
117liJ DATA 62,65,8,65,8,65,28,65,34,liJ,liJ:
r
My E
BBBBB
Let's see what it looks like in Proportional Mode (without the last two
columns printed). Add:
14liJ LPRINT CHR$(137);
175 LPRINT CHR$(27)"p1";
See how the Es are packed closely together? Fine. Before proceeding,
change back to monospacing with:
14liJ LPRINT CHR$(139);
and
DELETE 175
While you are in the neighborhood, take a look at some of the other
characters in RAM with:
18liJ LPRINT "EPSON"
Oops! What happened? Where is the rest of EPSON? All right, we
confess! The only characters in the user-defined RAM are those you
203

Advertisement

Table of Contents
loading

Table of Contents