Citizen Systems iDP3240 user manual Command Details, See Also

Models: iDP3240

1 231
Download 231 pages 37.89 Kb
Page 66
Image 66

10.2.2 Command Details

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.

 

• The initial setting of horizontal tab positions is at intervals of

 

8 characters for font A at 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) ;

[Print Results]

END

 

 

 

 

0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1

 

A A A

B B B ← Initially set horizontal tab

 

A A A B B B

C C C ← When set to the 4th, 8th, and 15th

 

 

columns

— 46 —

Page 66
Image 66
Citizen Systems iDP3240 user manual Command Details, See Also