Right Margin - Epson FX-80 User Manual

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

Advertisement

If your system has trouble with lower-case characters, use CHR$(108)
in place of lower-case
1.
This command sets the left margin to column 20 (counting from
column 0). Invalid settings, such as those greater than the current page
width (78 for Pica, 93 for Elite, and 133 for Compressed) are ignored.
All margin settings go into effect when a carriage return is received,
and they stay in effect until changed. Now type:
LUST
10
FClF~
X":::l TO 9
:,20 LPRINT CHR$ (9) ; "T";
::m
NEXT X
A listing of your current program should be 20 spaces to the right of
the usual left margin.
Like the VTab and HTab features, the margin settings are not
affected by changes in the width of the print after they are set. So if
you set the left margin in Pica Mode, then switch to Compressed, the
left margin stays where you set it. For example, type:
LPRINT CHR$(15)
LUST
10 FOR X=l TO 9
20 lPRINT CHR$(9li"T";
30 NEXT X
There are still 20 Pica spaces of margin.
Right margin
The right margin is set with (ESC)
"Q".
Enter this command:
LPRINT CHR$(18)jCHR$(27)"Q"CHR$(19)
Now type LLIST.
What happened? Well, the CHR$(18) turned off Compressed
Mode, but there's no change in the margin. (Because the right margin
114

Advertisement

Table of Contents
loading

Table of Contents