Operating instructions

— 64 —
ESC E n
[Function]
[Code]
[Range]
[Outline]
Specifying/Canceling highlighting
<1B> H <45> H <n>
0 n 255
Specifying/canceling the highlighting characters.
• “n” is valid only for the lowest bit (n0).
• Control by the lowest bit (n0) is shown as follows:
This command is valid for all character types except visible
code.
n = 0
ESC !, ESC G
n0
0
1
Type
Canceling highlighting
Specifying highlighting
[Default]
[See Also]
[Example]
[Sample Program]
LPRINT CHR$ (&H1B) ; "E" ; CHR$ (0) ;
LPRINT "AAABBB" ; CHR$ (&HA) ;
LPRINT CHR$ (&H1B) ; "E" ; CHR$ (1) ;
LPRINT "AAABBB" ; CHR$ (&HA) ;
A
A
Highlighting canceled
AAABBB
<
AAABBB
Highlighting specified<
[Print Results]