Citizen CBM-270 Printer User Manual


 
CBM-270 User’s Manual
CITIZEN
47
10
1010
10.
..
.2
22
2.
..
.2
22
2C
CC
Co
oo
omm
mmmm
mma
aa
an
nn
nd
d d
d D
DD
De
ee
et
tt
ta
aa
ail
ilil
ils
ss
s
HT
[Function] Horizontal tab
[Code] <09> H
[Outline] Shifts the printing position to the next horizontal tab position.
·
Ignored when the next horizontal tab position has not been set.
[Caution]
·
The horizontal tab position is set by ESC D.
·
Initial setting of the horizontal tab position is each 8 characters in 9th, 17th,
25th, 33rd, columns.
[See Also] ESC D
[Sample Program]
LPRINT "0123456789012345678901" ;
LPRINT CHR$ (&HA) ;
LPRINT CHR$ (&H9) ; "AAA" ;
LPRINT CHR$ (&H9) ; "BBB" ;
LPRINT CHR$ (&HA);
LPRINT CHR$ (&H1B) ; "D" ;
LPRINT CHR$ (3) ; CHR$ (7) ; CHR$ (14) ; CHR$ (0) ;
LPRINT CHR$ (&H9) ; "AAA" ;
LPRINT CHR$ (&H9) ; "BBB" ;
LPRINT CHR$ (&H9) ; "CCC" ; CHR$ (&HA) ;
END
[Print Results]