Save Bug
- Posted by Andy Jun 26, 2009
- 927 views
Hello,
I think this may be a bug. Whenever I goto write data to a file, my program crashes on me. Here is the code.
constant HP = 1 integer handle sequence file, fName fName = getSaveFileName(Main,file,FrostType) if length(fName) = 0 then return end if print(handle,HP) puts(handle,"\n") close(handle)