CBM-253 User’s Manual
38
CITIZEN
8.2.2 Detailed explanations
HT
[Name] Horizontal tab command
[Code] <09>H
[Function] Moves the printing position to the next horizontal tab posit ion.
• This command will be disregarded if the next horizontal tab position has not been set.
[Item requiring caution]
• The horizontal tab positions should be set using ESC D.
• In the initial settings. the horizontal tab positions will bc set every 8 characters in font 1.
(At the 9th. 17th, and 25th columns.)
[Reference] ESC D
[Program example]
LPRINT "0123456789012345678901" ;
LPRINT CHR$ (&HA) ;
LPRINT CHR$ (&H9) + "AAA" ;
LPRINT CHR$ (&H9) + "BBB" ;
LPRINT CHR$ (&HA) ;
LPRINT CHR$ (&H1B) + "D" ;
LPRINT CHR$(3) + C}R$(7) + CHR$(14) + CHR$(0) ;
LPRINT CHR$(&H9) + "AAA" ;
LPRINT CHR$ (&H9) + "BBB" ;
LPRINT CHR$ (&H9) + "CCC" + CHR$(&HA) ;
[Printing result]