User guide
Page 219
Chapter 5. Option
[Function] Reads the character string from the channel in Operand 1 to the column in Operand 2.
Stops reading when the character designated in the SCHA command appears.
The column can be either local or global.
[Example] SCHA 10
OPEN 1
READ 1 2
CLOS 1
Set LF (= 10) for the ending character.
Open channel 1.
Read the character string from channel 1 to column 2 until LF appears.
Close the channel.
LET 1 2
LET 2 3
SCHA 13
READ *1 *2
Assign 2 to variable 1.
Assign 3 to variable 2.
Set CR (= 13) for the ending character.
Read the character string from channel 2 (content of variable 1) to column 3 (content of variable 2)
until CR appears.
READ
Expansion
condition
(AND · OR)
Input
condition
(I/O · Flag)
Command
Post
(Output port · Flag)
Command Operand 1 Operand 2
Optional Optional READ Channel no. Column no.