User`s manual

7–75Digital Emulation
Horizontal Position Backward (HPB)
ASCII Code ESC [ Pn j
Hex Code 1B 5B Pn 6A
Dec Code 27 91 Pn 106
Purpose Moves the active column backward by subtracting the value Pn from the
currently active column.
Discussion Pn is the value subtracted from the currently active column. Default
value: Pn = 1.
If you try to move the active column to the left of the first position on a line,
the active position stops at the first position on that line.
Vertical Position Absolute (VPA)
ASCII Code ESC [ Pn d
Hex Code 1B 5B Pn 64
Dec Code 27 91 Pn 100
Purpose Causes the active position to be moved to the corresponding horizontal
position at vertical position Pn.
Discussion Pn is the new active line at the currently active column. Default value:
Pn = 1.
If Pn is less than the current active line, the active line moves backwards on
the current page. If you try to move the active line below the bottom line, the
active position stops at the bottom.