Commands
HT Horizontal Tab
Description
Moves cursor position to next multiple of eight single-width characters. Note that
double-width characters count as two single-width characters. If the HT command
causes the cursor to move beyond the printable area, the text will wrap to the next line.
Expression
ASCII HT
Decimal 9
Hex 9
Parameters
None
LF Line Feed
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 LF
Decimal 10
Hex 0A
Parameters
None
SO Set Font to Double Wide Mode
Description
51