Citizen CBM1000 manual See Also Sample Program

Models: CBM1000

1 230
Download 230 pages 45.83 Kb
Page 65
Image 65

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]

LPRINT “AAA” + CHR$(&HD) ;

 

 

LPRINT “BBB” + CHR$(&HD) ;

 

LPRINT CHR$(&HD) ;

 

LPRINT “CCC” + CHR$(&HD) ;

 

END

[Print Results]

AAA←⎯⎯ Print and line feed

BBB←⎯⎯ Print and line feed

←⎯⎯ Line feed only

CCC←⎯⎯ Print and line feed

— 47 —

Page 65
Image 65
Citizen CBM1000 manual See Also Sample Program