The "RESTORE" command... can it only take an immediate value, or is there a way to pass it a variable?
I want to do something like this:
10 V = 200
20 RESTORE V
30 READ X$
40 PRINT X$
50 END
100 DATA "One hundred"
200 DATA "Two hundred"
And i expect the output of:
Two hundred
Instead I get:
UL Error in 20
Or am I asking too much from BASIC? ;D
-s
--
Scott Lawrence
[email protected]
