SecondBASIC Documentation v3
Home
/
Function Reference
/
Read(), ReadInt(), ReadLong&()
Read(), ReadInt(), ReadLong&()
Description:
Returns the value from the current data pointer location. Similar to the Read, ReadInt, and ReadLong& commands.
Syntax:
Read()
ReadInt()
ReadLong&()
Example:
Reload MyData
Print Read()
b = Read()
Print b
End
MyData:
Data 5, 4, 3, 2, 1