Print Style Commands (continued)
Function:
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:
CancelFormat: |
|
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
Function:
Expanded width print on/offFormat: | <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 printFormat:
ASCII<SI>
Decimal15
H e x a d e c i m a l O F