Save and Load a file (Written by:Moogle)
 
//Oh my, I have a struct that needs saving!
struct highscore[10];
 name[2];
 score;
end

//So save it:
save("highscore.file",highscore);

//And load it again:
load("highscore.file",highscore);

//Peanuts right?
  Back to Snippets

Home : Start Here : Sources : Snippets : Tutorials : Faq's : Links : Contact