Commands
These characters, while not part of an escape (command) sequ ence, will be p rinted using
the currently selected font. The standard, printab le ASCII characters are associated wi th
their normal values, which range from decimal val ue 32 to decimal value 127 .Th e
extended ASCII character set i s also included and ranges from decimal valu e 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 ad vances the text position to the beginnin g of the
next line. Not e that the lin e feed, line feed/carriage return, carriage retu rn, and carriage
return/line feed instruction sal l behave as a single line feed. If the current line ex tends
beyond the printab le area,t he text will wrap to th e next printable area.
All character attribu tes (including i nverse and doubl e-wide text) will be cleared after
the line is printe d.
Expression
ASCII CR
Decimal 13
Hex 0D
Parameters
None
DC4 Cancel Double Wide Mode
Description
Cancels double-wide tex t printing and returns the text to normal.
See Also
SO
ESC W
Expression
ASCII DC4
Decimal 20
Hex 14
Parameters
None
19