Справочник Пользователя для Citizen Systems PMU2XXX

Скачать
Страница из 312
 
- 61 - 
2.2.4
 
Print Position Commands 
HT 
CT-S280 
CT-S300 
CT-S2000
CT-S4000
BD2-2220 
CT-S310 
support model 
PMU2XXX 
     
 
 
[Function] 
Horizontal tab
 
 
[Code]
 
<
09>H
 
 
[Outline]
 
[The specification which is common to the model]
 
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.
 
 
[Default] 
At the selection of font A, tabs are set every 8 characters (at 9th, 17th, 25th, ...) with right space 
amount of a character set at 0 and horizontal enlargement rate of a character set at 1. 
 
[See Also]
 
 
[Sample Program]
 
 
LPRINT "012345678901234567890"; CHR$(&HA); 
LPRINT CHR$(&H9);"AAA"; 
LPRINT CHR$(&H9);"BBB"; 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); 
 
[Printing Result]
 
 
 
012345678901234567890 
When set to the 4th, 8th, and 15th columns
 
Initially set horizontal tab
 
 
                                                                                     
AAA     BBB 
   AAA BBB    CCC