Operating instructions

— 65 —
ESC G n
[Function]
[Code]
[Range]
[Outline]
Specifying/Canceling double printing
<1B> H <47> H <n>
0 n 255
Specifying/canceling the double printing.
• “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 E
LPRINT CHR$ (&H1B) ; "G" ; CHR$ (0) ;
LPRINT "AAABBB" ; CHR$ (&HA) ;
LPRINT CHR$ (&H1B) ; "G" ; CHR$ (1) ;
LPRINT "AAABBB" ; CHR$ (&HA) ;
END
n0
0
1
Type
Canceling double printing
Specifying double printing
[Default]
[See Also]
[Sample Program]
[Print Results]
Double Printing canceled
AAABBB
<
AAABBB
Double Printing specified<