Citizen Systems Model CMP-10 manual B B B

Models: Model CMP-10

1 80
Download 80 pages 40.75 Kb
Page 43
Image 43

ESC { n

[Function]

Specifying/Canceling the Inverted Characters

[Code]

<1B>H<7B>H<n>

 

[Range]

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

 

[Outline]

Specifying/canceling inverted characters.

 

¥ ÒnÓ is valid only for the lowest bit (n0).

 

 

 

 

n (Hex)

Condition

0Canceling inverted characters.

1 Specifying inverted characters.

[Caution]

¥

Inverted-printing means printing the line at 180¡ turned.

 

¥

This is valid only when this is specified at the beginning of a line.

[Default]

¥

The initial value of n is Ò0Ó.

[Sample Program]

 

 

PRINT #1, CHR$ (&H1B) + “{“ + CHR$ (0);

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

PRINT #1, “BBBBB” + CHR$ (&HA);

PRINT #1, CHR$ (&H1B) + “{“ + CHR$ (1);

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

PRINT #1, “BBBBB” + CHR$ (&HA);

[Print Results]

A A A A A

Inversion Canceled

B B B B B

Inversion Specified

B B B B B

A A A A A

 

Paper Feed

Direction

Ñ 41 Ñ

Page 43
Image 43
Citizen Systems Model CMP-10 manual B B B