CITIZEN CBM1000II User Manual
Page 10
— 8 —
CR
[Function]
Back to printing
[Code]
<0D>H
[Outline]
1) When DSW1-5 is OFF:
This command is ignored.
2) When DSW1-5 is ON:
With data held inside the internal print buffer, printing and
line feed are performed.
Without data inside the internal print buffer, however, only
line feed is performed.
[See Also]
LF
[Sample Program]
[Print Results]
AAA
←
Print and line feed
BBB
←
Print and line feed
←
Line feed only
CCC
←
Print and line feed
LPRINT “AAA” + CHR$(&HD) ;
LPRINT “BBB” + CHR$(&HD) ;
LPRINT CHR$(&HD) ;
LPRINT “CCC” + CHR$(&HD) ;
END