Basic programming guide – Remote Processing BASIC for the CX-10 Modbus User Manual
Page 56
BASIC PROGRAMMING GUIDE
2-47
READ
Syntax:
READ variable [,variable, ...]
Function:
Sequentially assigns the values of data provided in the DATA statement to the variables in a list.
Mode:
Run
Use:
READ X,Y,Z
DESCRIPTION
Multiple variables following one READ instruction must be separated by commas. READ must always be
followed by at least one variable.
See RESTORE for examples and more information.