Epson FX-80 User Manual page 139

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

Advertisement

Horizontal tabs are set with the (ESC) "D" sequence. To set two for
your form, add the following line to your current program:
313 LPRINT CHR$(27)"D"CHR$(43)CHR$(48)CHR$(1);
The numbers 43 and 48 represent tab stops at columns 43 and 48, and
the CHR$(l) terminates the definition process.
Just as with vertical tabs, any number less than the last tab setting
(including 0) will terminate the tab sequence. And the printer also
remembers horizontal tab stops until you turn it off or define a new
sequence of tabs.
Horizontal tabs are activated by CHR$(9), which is the ASCII code
for HT. To see how this code works,
try
RUNning your program with
these changes:
108
113 V$=CHR$(11): H$=CHR$(9)
15
I
Apple users see Appendix I
513 LPRINT H$jH$j"DATE"
713 LPRINT "ldldldADDRESS:"jH$jH$j"APT:"
913 LPRINT "ldldfflSTATE:"jH$jH$j"ZIP:"
1113 LPRINT "ldl6l6ldldldNAME:"jH$jH$j"AGE:"
1213 LPRINT "OCCUPATION:"jH$j"EMPLOYER:"
1413 LPRINT "l6l6ldl6l6ldNAME:"jH$jH$j"AGE:"
1513 LPRINT "OCCUPATION:"jH$j"EMPLOYER:"
1713 LPRINT "l6l6ldldNAME(S):"jH$j"AGE(S):"

Advertisement

Table of Contents
loading

Table of Contents