beautypg.com

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

Page 120

background image

RPBASIC-52 PROGRAMMING GUIDE

2-101

SPC

Syntax:

P R I N T SP C (expr)
Where: expr = number of spaces to print

Function:

Sends expr number o f space charac ters (20H) from the serial port.

Mode:

Comm and, run

Use:

PRINT SPC(A *4),

Cards:

All

D E S C R IP T I ON

SPC m ust be used in co njunction with a print stateme nt.

EXAMPLE

100 PRINT SPC(80-A*4),