Reset all tab stops
Mode | ASCII | Decimal | Hexadecimal |
IBM | cESC> “R” | 27 02 | 18 52 |
Resets the horizontal tab stops to their
Horizontal tab
Mode | ASCII | Decimal | Hexadecimal | |
|
|
| - | |
Both | cHT> | 9 | 09 |
|
Moves the print position to the next horizontal tab stop. Ignored if there is no next horizontal tab stop in the current line. Note that when underlining is selected, spaces skipped by horizontal tabulation are not underlined.
-
_-
Relative horizontal | tab |
|
|
|
|
|
|
| ||||
Mode | ASCII |
|
|
| Decimal |
| Hexadecimal | |||||
Std. | cESC> | ‘T’ | nl | n2 | 27 | 92 | nl | n.2 | 1B | 5C | nl | n.2 |
IBM | cFS> | ‘T’ | nl | n2 | 20 | 92 | nl | n2 | 1C | 5C | nl | n2 |
Moves the print position right or left a specified distance (maximum 1440 dots). Ignored if the resulting position is beyond the right or left margin. The formulas for the distance and direction are as follows:
If n2 is between 0 and 63, the print head moves right by (nl + n2 x
256)dots.
If n2 is between 64 and 127, the print head moves left by (nl + [n2- 641 x 256) dots.
Relative horizontal tab in inches
Mode | ASCII | Decimal | Hexadecimal |
Both | cESC> “d” nl n2 | 27 100 nl n2 | 18 04 nl n2 |
Sets the next print position to (nl + n2 x 256)/120 inches from the current position. Ignored if this position is beyond the right margin. The maximum position is 13.6 inches.
64