Notation Used In This Manual - Epson FX-80 User Manual

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

Advertisement

CHR$(n)
ASCII code format. Allows communication
between computer and printer:
Codes
FX-80 Interpretations
o
to 31, 127
Printer control codes
32 to 126
Roman (standard) character set
128 to 159,255 Printer control codes (repeat of 0-31, 127)
160 to 254
Italic version of the roman character set
CHR$(24)
CHR$(27)
CHR$(127)
(ESC)"@"
(ESC)"4"
(ESC)"5"
CAN code
ESCape code
DEL code
Master Reset Code
Italic Mode ON
Italic Mode OFF
Notation Used in This Manual
1) A special character 011) will be used to represent blank spaces when
several spaces are required in a print string. This will make it easier
to count spaces. For example:
"]:6]:6]:6]:6]:6]:6]:6]:6]:6SAMPLE STRING"
Means that you type:
II
SAMPLE STRING"
which allows 9 spaces between the initial quote mark and the first
S.
2) Remarks will be included in some program lines, always preceded
by an apostrophe (').
Example:
10 LPRINT CHR$(27)"@" , Master Reset Code
or
99 ' Data lines for graphics
You may not want to type the remarks into your program; they are
for your clarification only.
33

Advertisement

Table of Contents
loading

Table of Contents