Herunterladen Inhalt Inhalt Diese Seite drucken

Citizen CBM-292 Bedienungsanleitung Seite 61

Line thermal printer
Inhaltsverzeichnis

Werbung

ESC
a
n
[Function]
[Code]
[Range]
[Outline]
[Caution]
[Sample Program]
[Print Results]
Aligning the characters
<1B>H<61>H<n>
{0 ≤ n ≤ 2}
Data is described in Hex code.
All the printed data within one line are aligned in the specified position.
• Depending on n value, positional alignment is carried out as in the table below:
n (Hex)
0
1
2
• This is valid only when n is inputted at the beginning of line.
• The initial value of n is "0".
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) ;
Position
Left end alignment
Centering
Right end alignment
60
CBM-292/293 User's Manual
CITIZEN

Werbung

Inhaltsverzeichnis
loading

Inhaltsverzeichnis