CBM-270 User’s Manual
ESC V n
[Function] Specifying/Canceling 90°-right- turned characters
[Code] <1B> H <56> H <n>
[Range] 0 n 1
[Outline] Specifying/canceling characters 90°-right- turned character.
"n" means the followings.
n Condition
0 Canceling 90°-right- turned Characters
1 Specifying 90°-right- turned Characters
[Caution] No underlines are attached to 90°-right- turned characters .
[Default] n = 0
[Sample Program] [Print Results]
LPRINT CHR$ (&H1B) ; "V" ; CHR$ (0) ;
LPRINT "AAAAA" ;
LPRINT CHR$ (&H1B) ; "V" ; CHR$ (1) ;
LPRINT "AAAAA" ; CHR$ (&HA) ;
END