ReadInt

Last Modified: 12/31/2020

Reads data from DataInt statements.

Arguments

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

Example

Syntax: ReadInt <Variable>[, <Variable>]
    Reload MyData
    ReadInt x,y
    Print x,y
 
MyData:
    DataInt 1,2,3,4

See Also

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