Esc A N - Citizen BD2-2880 Command Reference Manual

Control board for mlt-288/mlt-289 & mlt-388/mlt-389
Hide thumbs Also See for BD2-2880:
Table of Contents

Advertisement

ESC a n

[Function]
Aligning the characters
<1B>H<61>H<n>
[Code]
[Range]
{0 =< n =< 2} Data is described in Hex code.
All the printed data within one line are aligned in the specified position.
[Outline]
• Depending on n value, positional alignment is carried out as in the table below:
n (Hex)
• This is valid only when n is inputted at the beginning of line.
[Caution]
• The initial value of n is "0".
[Sample Program]
LPRINT CHR$ (&H1B) + "a" + CHR$ (0);
LPRINT "AAAAA" + CHR$ (&HA);
LPRINT CHR$ (&H1B) + "a" + CHR$ (1);
LPRINT "AAAAA" + CHR$ (&HA);
LPRINT CHR$ (&H1B) + "a" + CHR$ (2);
LPRINT "AAAAA" + CHR$ (&HA);
[Print Results]
Left-justified
0
Left end alignment
1
2
Right end alignment
Position
Centering
Centered
Right-justified
26
BD2-3880/3890 Command Reference
Paper Feed Direction

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents