Basic programming guide – Remote Processing BASIC for the CX-10 Modbus User Manual

Page 68

Advertising
background image

BASIC PROGRAMMING GUIDE

2-59

SPC

Syntax:

PRINT SPC(expr)
Where: expr = number of spaces to print

Function:

Sends expr number of space characters (20H) from the serial port.

Mode:

Command, run

Use:

PRINT SPC(A*4),

DESCRIPTION

SPC must be used in conjunction with a print statement.

EXAMPLE

100

PRINT SPC(80-A*4),

Advertising