CR

[Function]

Back to printing

[Code]

<0D>H

[Outline]

(1) When memory switch 1-3 is OFF:

 

This command is ignored.

 

(2) When memory switch 1-3 is ON:

 

The same operation as LF is executed.

[See Also]

LF

 

[Sample Program]

 

 

 

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

 

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

 

LPRINT CHR$(&HD);

 

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

[Print Results]

In case of (2)

 

AAA

← Print and line feed

 

BBB

← Print and line feed

 

 

← Line feed only

 

CCC

← Print and line feed

— 8 —

Page 13
Image 13
Citizen CT-S300 manual See Also Sample Program