ReadLong

Last Modified: 12/31/2020

Reads data from DataLong statements.

Arguments

NameTypeRequiredDescription
Variable Long Yes The variable where you want to store the read data into.

Example

Syntax: ReadLong <Variable>[, <Variable>]
    Reload MyData
    ReadLong x&,y&
    Print x&,y&
 
MyData:
    DataLong 1,2,3,4

See Also

Data, DataFile, DataInt, DataLong, Read, ReadInt, Reload, Restore, Read(), ReadInt(), ReadLong&()