bit of a hack, but what i used to do is simply:
Code:
var filehandle = file_open_write ("myfile.txt");
file_str_write(filehandle,"
"); // Yes, this is indeed on a new line...
file_close (filehandle);



simple as that tongue hahahaaa
regards,


Formerly known as dennis_fantasy
Portfolio - http://www.designorhea.com/
Project - http://randomchance.cherrygames.org/