Esc [ p1; p2 f, Esc [ p1 k, Esc [ p1; pn g – Compuprint 4247-L03 Programmer Manua User Manual
Page 92: Esc [ p, Vertical position backward (vpb) (ansi), Tab clear (tbc) (ansi), Vertical tab (ansi)

ESC [ p
1
; p
2
f
Horizontal and vertical position absolute (HVP).
ASCII Code
ESC [ p
1
; p
2
f
Hexadecimal Value
X'1B' X'5B' p
1
X'3B' p
2
X'66'
Decimal Value
27 91 p
1
59 p
2
102
This command causes the current print position to be moved to the vertical (p
1
) and horizontal (p
2
)
decipoint locations specified relative to the top left corner of the page.
This sequence can be used to print within the right, left, top and bottom margins.
ESC [ p
1
k
Vertical position backward (VPB).
ASCII Code
ESC [ p
1
k
Hexadecimal Value
X'1B' X'5B' p
1
X'6B'
Decimal Value
27 91 p
1
107
This command causes the current vertical position to be moved backwards as specified by the p
1
parameter (decipoints) relative to the current print line position.
ESC [ p
1
; p
n
g
Tab clear (TBC).
ASCII Code
ESC [ p
1
; p
n
g
Hexadecimal Value
X'1B' X'5B' p
1
X'3B' p
n
X'67'
Decimal Value
27 91 p
1
59 p
n
103
This command clears horizontal and vertical tab stops. If no parameter is present, the horizontal tab stop
at the current position is cleared (default).
p
DESCRIPTION
0 (default)
Clear horizontal tab at current position
1
Clear vertical tab at current position
3
Clear all horizontal tab stops
4
Clear all vertical tab stops
VT
Vertical tab.
ASCII Code
VT
Hexadecimal Value
X'0B'
Decimal Value
11
This code causes printing to be moved to the left margin at the next vertical tab stop.
76
Programmer Manual