2.2Command Details

2.2.1Print Control Commands

LF

[Function]

Printing and paper feed

[Code]

<0A>H

[Outline]

Prints data inside the print buffer and feeds paper based on the line feed amount

 

having been set.

[Caution]

After this command is executed, the beginning of the line is taken as the start position

 

for the next point.

[See Also]

ESC 2, ESC 3

[Sample Program]

 

 

LPRINT "AAA";CHR$(&HA);

 

LPRINT "BBB";CHR$(&HA);CHR$(&HA);

 

LPRINT "CCC";CHR$(&HA);

[Print Results]

AAA← Print and line feed

BBB← Print and line feed ← Line feed only

CCC← Print and line feed

— 7 —

Page 12
Image 12
Citizen CT-S300 manual Command Details, Sample Program