I have this code, modified for testing purpose, that produces an empty file :-(
make file "filename.dat"
wait key
open to write 1,"filename.dat"
wait key
write string 1,"Yes"
wait key
close file 1
Does anybody have a clue as to why filename.dat is empty when I open it in notepad?? It is part of a much larger project if anybody was wondering, this is just the part that is troubling me right now.
EDIT: Compiling that piece of code alone also produces an empty file.
The byte chrunchers are coming...
DIVIDING BY ZERO/BECAUSE WE SUCK...