User`s manual

7–74 Digital Emulation
Horizontal Position Absolute (HPA)
ASCII Code ESC [ Pn ‘
Hex Code 1B 5B Pn 60
Dec Code 27 91 Pn 96
Purpose Selects the active column on the active line.
Discussion Pn value specifies the new active column. Default value: Pn = 1.
If you try to move the active column to the right of the last position on the
line, the active position stops at the last position on the line.
Horizontal Position Relative (HPR)
ASCII Code ESC [ Pn a
Hex Code 1B 5B Pn 61
Dec Code 27 91 Pn 97
Purpose Moves the active column by adding the value Pn to the currently active
column.
Discussion Pn is the value added to the currently active column. Default value:
Pn = 1.
If you try to move the active column to the right of the last position on the
line, the active position stops at the last position on the line.