Print Style Commands (continued)

Function:

One-line expanded width print

Format:

 

 

ASCII

<ESC>

<SO>

Decimal

27

14

Hexadecimal

1B

0E

Remarks:

This command selects expanded width print for the remainder of the current line (unless explicitly canceled sooner). This command is the same as <SO>.

Function:

Cancel one-line expanded width print

Format:

 

ASCII

<DC4>

Decimal

20

H e x a d e c i m a l 1 4

Remarks:

This code can be used to cancel one-line expanded width print before the end of the line.

Function:

Expanded width print on/off

Format:

<ESC>

“W”

 

ASCII

n

Decimal

27

87

n

Hexadecimal

1B

57

n

Remarks :

Either turns expanded width print on (n = 1) or turns expanded width print off (n = 0).

Function:

Select compressed width print

Format:

ASCII<SI>

Decimal15

H e x a d e c i m a l O F

A-12