Commands
These characters, while not part of an escape (command) sequence, will be printed using
the currently selected font. The standard, printable ASCII characters are associated with
their normal values, which range from decimal value 32 to decimal value 127. The
extended ASCII character set is also included and ranges from decimal value 128 to
decimal value 255.
See Character Codes for a summary of all the characters available.
Parameters
None
CR Carriage Return
Description
Prints the current line of text and advances the text position to the beginning of the
next line. Note that the line feed, line feed/carriage return, carriage return, and carriage
return/line feed instructions all behave as a single line feed. If the current line extends
beyond the printable area, the text will wrap to the next printable area.
All character attributes (including inverse and double-wide text) will be cleared after
the line is printed.
Expression
ASCII CR
Decimal 13
Hex 0D
Parameters
None
DC4 Cancel Double Wide Mode
Description
Cancels double-wide text printing and returns the text to normal.
See Also
SO
ESC W
Expression
ASCII DC4
Decimal 20
Hex 14
Parameters
None
19