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