beautypg.com

Esc v n – Citizen Systems Model CMP-10 User Manual

Page 31

background image

— 29 —

ESC V n

[Function]

Specifying/Canceling 90°-right- turned Characters

[Code]

<1B>H<56>H

[Range]

{0 =< n =< 1(Hex)}

[Outline]

Specifying/canceling characters 90°-right- turned character.

“n” means the followings.

[Caution]

No underlines are attached to 90°-right- turned characters.

[Default]

The initial value of n is “0”.

[Sample Program]

PRINT #1, CHR$ (&H1B) + “V” + CHR$ (0);
PRINT #1, “AAAAA”;
PRINT #1, CHR$ (&H1B) + “V” + CHR$ (1);
PRINT #1, “AAAAA” + CHR$ (&HA);

[Print Results]

A A A A A

n (Hex)

Condition

0

Canceling 90°-right- turned Characters

1

Specifying 90°-right- turned Characters

A

A

A

A

A

>

>

>

>

90° Rotation Canceled

90° Rotation Specified