🕒
Activity
🎮
Browse
📰
Forums
📖
Docs
🔎
Search
Login
Login
RESTORE in functions
Root
/
General
/
[.]
12Me21
Created:
~7 years ago
12Me21
#1
To use RESTORE in a function, you have to do
RESTORE "slot:@label"
If you don't know what slot it's in, you can't do this. However, COPY works perfectly fine within functions, so you can use
DIM TEMP[0] COPY TEMP,@LABEL,0
instead.