Rightjustify
Mode ASCIIDecimalHexadecimal
Both cESC> “a” “2” | 27 | 97 | 50 | IB | 61 | 32 |
<ESC> “a” <2> | 27 | 97 | 2 | IB | 61 | 02 |
Alignssubsequenttextwiththerightmargin,leavingtheleftmargin
‘ragged.
Set horizontaltab stops
Mode ASCII | Decimal | Hexadecimal |
Both <ESC> “D” nl | n2 ... <o> 27 66nl n2 ... | 0 IB 44nl n2 ... 00 |
Cancelsall currenthorizontaltab stops and sets new tab stops at columnsnl, n2,etc. in thecurrentcharacterpitch(picapitchif pro- portional spacing is currently selected), where nl, n2, etc. are numbersbetween 1 and 255. The maximumnumberof horizontal tab stopsallowedis 32 in Standardmodeand28 in IBMmode.The tab stops must be specifiedin ascendingordec any violationof ascendingorderterminatesthetab stoplist. Standardterminationis by the
Set horizontaltab stop everyn columns
Mode ASCII | Decimal |
| Hexadecimal | |||
<ESC> “e” “O” n | 27101 46 | n | IB | 65 | 30 | n |
Both | 27101 0 | n | IB | 65 | 00 | n |
cESC> “e” <O> n |
Cancelsallcurrenthorizontaltab stopsandsetsnewtab stopsevery n columns,wheren is between 1 and 127.
Reset all tab stops
/ModeI ASCII | Decimal | Hexadecimal |
|
IIBMI cESC>“R” | I 27 82 | I IB 52 | I |
Resetsthe horizontaltab stopsto
56