Print carriage movementsIBM Proprinter emulation
Relative horizontal tabulation
Control sequence | Hexadecimal | Decimal |
|
|
|
ESC d p1 p2 | 1B 64 p1 p2 | 27 100 p1 p2 |
The horizontal print position is moved right by the defined amount. The specified shift begins at the current print position and has to be specified in 1 /12 0 inch increments.
Spaces are shown underscored, overscored or crossed out if the function is active. The defined right margin cannot be exceeded.
p1 p2 define the shift |
|
|
|
|
|
|
Shift= | (p | + (p | 2 | * 256)) * 1 / | 1 20 | inch |
| 1 |
|
|
| ||
Range: |
|
|
| X’00 ≤ p1 | ≤ X’FF | |
Range: |
|
|
| X’00 ≤ p2 | ≤ X’FF |
Programmer Reference Guide |