Citizen Systems Model CMP-10 manual ESC V n, Hex Condition

Models: Model CMP-10

1 80
Download 80 pages 40.75 Kb
Page 31
Image 31

ESC V n

[Function]

Specifying/Canceling 90¡-right- turned Characters

[Code]

<1B>H<56>H<n>

 

[Range]

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

 

[Outline]

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

 

ÒnÓ means the followings.

 

 

 

 

 

n (Hex)

Condition

0Canceling 90¡-right- turned Characters

1 Specifying 90¡-right- turned Characters

[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]

 

90¡ Rotation Canceled

>

>

A A A A

A A A A A

 

 

>

 

 

90¡ Rotation

A >

Specified

Ñ 29 Ñ

Page 31
Image 31
Citizen Systems Model CMP-10 manual ESC V n, Hex Condition