beautypg.com

Rpbasic-52 programming guide – Remote Processing BASIC 52 User Manual

Page 41

background image

RPBASIC-52 PROGRAMMING GUIDE

2-22

CR

Syntax:

P R I N T C R ,

Function:

Used with P RIN T. Sen ds a ca rriage r eturn w ithout a line fee d.

Mode:

Comm and, run

Use:

P R I N T C R ,

Cards:

All

D E S C R IP T I ON

Used to update a line on a serial console device. A comma is necessary to prevent the usual line feed from
terminating the PRINT instruction.

RELATED

P R I N T

EXAMPLE

100 PRINT TICK(0),CR,
110 GOTO 10

>run

3.242

The number is continuously printed at the same position.