- 91 -
ESC a n
CT-S280 CT-S300 CT-S2000 CT-S4000 BD2-2220 PMU series
supportmodel
CT-S281
CT-S310 CT-S801/851 CT-S601/651 CT-P29x series CT-S310II
[Function] Aligningthe characters
[Code] <1B>H<61>H<n>
[Range] 0≤n≤2,48≤n≤50
[Outline] [The specification which is commontothemodel]
•All the printed data within one line arealigned inthe specified position.
•Depending on thevalue “n”, positional alignment is carriedoutasshown in thetable below:
n Position
0,48
Left endalignment
1,49
Centering
2,50
Right end alignment
[Caution] [The specification which is commontothemodel]
•Thiscommandis valid onlywhenitisinputtedat thebeginningofa line.
•Thiscommanddoes not affect the PAGE MODE.
•Executes justification in theprint area being set.
[Default] n=0
[Sample Program]
LPRINTCHR$(&H1B);"a";CHR$(0);
LPRINT"AAAAA";CHR$(&HA);
LPRINTCHR$(&H1B);"a";CHR$(1);
LPRINT"AAAAA";CHR$(&HA);
LPRINTCHR$(&H1B);"a";CHR$(2);
LPRINT"AAAAA";CHR$(&HA);
[PrintResults]
AAAAA
AAAAA
AAAAA
Paper feeddirection
Left-justified Centered Right-justified