Operating instructions

— 68 —
[Function]
[Code]
[Range]
[Outline]
Specifying/Canceling 90°-right- turned characters
<1B> H <56> H <n>
0 n 1
Specifying/canceling characters 90°-right- turned character.
• “n” means the followings.
No underlines are attached to 90°-right- turned characters .
n = 0
ESC {
LPRINT CHR$ (&H1B) ; "V" ; CHR$ (0) ;
LPRINT "AAAAA" ;
LPRINT CHR$ (&H1B) ; "V" ; CHR$ (1) ;
LPRINT "AAAAA" ; CHR$ (&HA) ;
END
n
0
1
Condition
Canceling 90°-right- turned Characters
Specifying 90°-right- turned Characters
[Caution]
[Default]
[See Also]
[Sample Program]
[Print Results]
A
A
A
A
A
AAAAA
90° Rotation Canceled
90° Rotation Specified
<>
<
>
ESC V n