I can help it's easy for a moi.
(Edit) Sorry read Zotos thread this might not worth reading then
Print "Saving the number 23 as a string"
myvariable = 23
if file exist("data.txt") = 1 then delete file "data.txt"
open to write 1,"data.txt"
write string 1,str$(myvariable)
close file 1
Print "Reloading it"
open to read 1,"data.txt"
read string 1,myvariable$
close file 1
Print "This is my variable: ";myvariable$
wait key
end
Hey doods, check out Game Developer's official page at http://gamedeveloper1.tripod.com/. Visit my work in progress thread too. Game Developer, make your own 2d games and have fun doing it.