Last Modified: 12/31/2020
Reads data from DataInt statements.
Name | Type | Required | Description |
Variable | Integer/Long | Yes | The variable where you want to store the read data into. |
Syntax: ReadInt <Variable>[, <Variable>] |
Reload MyData ReadInt x,y Print x,y MyData: DataInt 1,2,3,4 |