Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SAVE and LOAD commands - help!
#2
(03-08-2021, 09:04 PM)RandomiserUsr Wrote: Hi

I have been trying to use the SAVE command to save the data whilst the program is running, i.e. SAVE "GAME" DATA
which I though would save all of the variables in the program?  *Save to Virtual Cassette tape*

And then I thought "All I need to do next is " LOAD "GAME" DATA 
and it would restore the entire game's data but it just crashes after it says "Bytes: GAME" 

I am sure there is something else that needs doing but can't recall this (80's memory is not as good as it should :-)  )

thanks in advance

I tried hard to implement it and it should work, but it's hard to support that feature in a compiled program.
The program that saves and load the data must have the same variables declared in the same order, and you cannot use SAVE DATA / LOAD DATA from within a function or sub.

Try this and if not, send me a code snippet with the SAVE / LOAD to see if I could help.
Reply


Messages In This Thread
SAVE and LOAD commands - help! - by RandomiserUsr - 03-08-2021, 09:04 PM
RE: SAVE and LOAD commands - help! - by boriel - 03-10-2021, 10:15 PM
RE: SAVE and LOAD commands - help! - by boriel - 03-12-2021, 10:48 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)