Citizen Systems CBM-253 Printer User Manual


 
CBM-253 User’s Manual
61
CITIZEN
[Program example] [Printing result]
LPRINT CHR$ (&H1B) + "V" + CHR$ (0) ;
LPRINT "AAAAA" ;
LPRINT CHR$(&H1B) + "V" + CHR$(1) ;
LPRINT "AAAAA" + CHR$(&HA) ;
ESC a n
[Name] Selection of printing position justification
[Code] <1B>H <61>H <n>
[Defined ranges] 0 n 2
[Function] Aligns all the printing data on one line to the specified position.
The position aligning will be carried out according to the n value as shown in the table
below.
n Position
0 Left end aligning
1 Centering
2 Right end aligning
[Items requiring caution]
This command will only be valid when it has been input at the head of the line.
[Initial value] n = 0