I
Horizontaltab
Mode ASCII
Decimal Hexadecimal
Both
<m>
9 09
Movestheprintpositiontothenexthorizontaltab stop.Ignoredif
thereisnonexthorizontaltabstopinthecurrentline.Notethatwhen
underliningisselected,spacesskippedbyhorizontaltabulationare
not underlined.
Relativehorizontaltab
Mode ASCII
Decimal Hexadecimal
std. cESC> ‘Y” rd d
27 92 ni d
16 5C td d
IBM <FS> A“ nl d
28 92 nl d
IC 5C nl n2
Movestheprintpositionrightorleft aspecifieddistance(maximum
13.6inches).Ignorediftheresultingpositionisbeyondtherightor
left margin.The formulasfor the distance and direction are as
follows:
If n2 is betweenOand63,theprintheadmovesrightby(nl + @ x
256)/120inches.
If n2isbetween64and 127,theprintheadmovesleftby(nl + [rz2-
64]x 256)/120inches.
Absolutehorizontaltabin inches
Mode
ASCII
Decimal Hexadecimal
Both cESC>“$” nl d
27 36 nl d
IB 24 nl n2
Setsthenextprintpositionto (nl +rd x 256)/60 inchesfromtheleft
marginon the currentline.Ignoredif this positionis beyondthe
rightmargin.The maximumpositionis 13.6inches.
Absolutehorizontaltabin columns
Mode ASCII
Decimal Hexadecimal
Both
cESC>“f’ “O” n
27102 48 n
IB 66 30 n
<ESC>“f’ <O>n 27102 0 n
IB 66 00 n
Movesthe next print positionto columnn fromthe left margin,
wheren is betweenOand 127.
57