Esc \ n1 n2 – Citizen Systems CBM-270 User Manual
Page 68
Advertising

CBM-270 User’s Manual
ESC \ n1 n2
[Function]
Specifying the relative positions
[Code]
<1B> H <5C> H <n1> <n2>
[Range]
0
≤
n1
≤
255
0
≤
n2
≤
255
[Outline]
The printing start position is specified in the number of dots(1/203 inch unit) from the current
position.
•
Rightward direction is taken as plus and leftward direction as minus._
•
To specify N dot in minus (left) direction, use a complement of N for assignment.
−
N dots = 65536
−
N
•
The number of dots is divided by 256, whose quotient is taken as n2 and the residual as
n1.
[Caution]
•
Specifying exceeding the top of line or the end of line is ignored.
[Default]
•
The initial value is not specified.
[See Also]
ESC $
[Sample Program]
[Print Results]
See Sample Program and Print Results for ESC $ on Page 67.
Advertising