RESTORE
RESTORE label
Specifies the position of the next data to be read.
See DATA for more information.
Example 1:
RESTORE MyDataBlock
FOR I = 1 TO 3
READ v
PRINT v
NEXT
END
DATA 1,2,3
LABEL MyDataBlock
DATA 4,5,6
' Output: 4 5 6
Code samples using RESTORE
006 arrays+.bas
3d wire cube v1.bas
3d wire cube.bas
3dtictac.bas
3dttt.bas
3dttt.bas
betrayal: crows ii.bas
crow.bas
cube3d.bas
dogstar5.bas
evdemo.bas
illuminati.bas
leastq.bas
life.bas
matrix_solve.bas
neolithic.bas
new help.bas
realpolitik.bas
rogue trader.bas
scales132.bas
selfdefinedsymbols.bas
Simple_3D.bas
subversion.bas
treason.bas
UFO.bas
ufo.bas
utopiabuildingcalculator.bas