Operating instructions
— 76 —
ESC { n
[Function]
[Code]
[Range]
[Outline]
Specifying/Canceling Inverted Characters
<1B> H <7B> H <n>
0 ≤ n ≤ 255
Specifying/Canceling inverted characters.
• “n” is valid only for the lowest bit (n0).
• Control by the lowest bit (n0) is shown as follows.
• Inverted printing means printing the line at 180° turned.
• This is valid only when this is specified at the beginning of
a line.
n = 0
LPRINT CHR$ (&H1B) ; "{" ; CHR$ (0) ;
LPRINT "AAAAA" ; CHR$ (&HA) ;
LPRINT "BBBBB" ; CHR$ (&HA) ;
LPRINT CHR$ (&H1B) ; "{" ; CHR$ (1) ;
LPRINT "AAAAA" ; CHR$ (&HA) ;
LPRINT "BBBBB" ; CHR$ (&HA) ;
END
n0
0
1
Condition
Canceling inverted characters
Specifying inverted characters
Inversion Cancelled
AAAAA
BBBBB
<
Paper Feed Direction
Inversion Specified
[Caution]
[Default]
[Sample Program]
[Print Results]
AAAAA
BBBBB
]
[