CITIZEN CT-S300 User Manual
Page 13
Advertising

— 8 —
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
Advertising