...
~,:
I
*
L—.—
I
..
,——
1
I
,
b
-..
..’ “, ,.
Cancels all current horizontal tab stops and sets new tab stops every n,, .
columns, wherenis between 1and 127.
Reset all tab stops
Mode ASCII Decimal Hexadecimal
IBM <ESC>‘.R9, 27 82 IB 52
Resets the horizontal tab stops to their power-up valuesin which atab
stop is set every 8column starting at column 9. Also clears all vertical
tab stops.
Horizonta/ tab
Mode ASCII Decimal Hexadecimal
Both <HT>9 09
Movesthe print position to the next horizontal tab stop. Ignored if there
is no next horizontal tab stop in the current line. Note that when un-
derlining is selected, spaces skipped by horizontal tabulation are not
underliried.
Re/ative horizontal tab
Mode ASCII Decimal Hexadecimal
std. \
<ESC>““ nl n2 27 92 nl n2 IB SC nl n2
IBM \
<FS>““ nl n2 28 92 nl n2 IC SC nl n2
Moves the print position right or left aspecifieddistance (maximum 6
inches).Ignored if the resulting position is beyond theright or left margin.
The formulas for the distance and direction are as follows:
Ifn2is betweenOand 63, theprint head moves rightby (n] +n2x 256)/120
inches
If n2 is between 64 and 127, the print head moves left by (nl +
[n2– 64] x256)/120inches
Absolute horizontal tab in inches
Mode ASCII Decimal Hexadecimal
Both <ESC>“ “ ni n2
$27 36 nl n2 IB 24 n] n2
Sets the next print position to (nl +n2 x256)/60inches from the left
margin on the current line. Ignored if this position is beyond the right
margin. The maximumposition is 8inches.