Citizen CMP-10 manual ESC E n, Hex Type

Models: CMP-10

1 74
Download 74 pages 34.94 Kb
Page 27
Image 27

ESC E n

[Function]

Specifying/canceling highlighting

[Code]

<1B>H<45>H<n>

[Range]

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

[Outline]

Specifying/canceling the highlighting characters.

 

• “n” is valid only for the lowest bit (n0).

 

 

 

 

n (Hex)

Type

 

0

Canceling highlighting.

 

1

Specifying highlighting.

 

• This is effective only for font A (12 24 dots)

 

• Dot configuration of a highlighted character includes one extra dot added at its

 

side.

 

[Caution]

The double printing and highlighted character printing commands provide exactly

 

the same operation.

[Default]

n = 0

 

[See Also]

ESC !

 

[Sample Program]

 

 

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

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

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

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

[Print Results]

A A A B B B

A A A B B B

← Highlighting canceled

← Highlighting canceled

— 25 —

Page 27
Image 27
Citizen CMP-10 manual ESC E n, Hex Type