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
Data
APPEND
ARRAY
DATA
DELETE
DIM
EMPTY
ERASE
INSERT
ISARRAY
ISDIR
ISFILE
ISLINK
ISMAP
ISNUMBER
ISSTRING
LBOUND
LEN
READ
REDIM
RESTORE
SEARCH
SORT
SWAP
UBOUND
If there is insufficient information on this page and you wish learn more about RESTORE,
please send an email to smallbasic@gmail.com. You can help to improve information about
RESTORE by submitting a pull request,
click View Source for details. Note, an offline language reference text file is also available - see the Download section.