Quote:

Originally posted by Rand
If you still prefer to actually *write* to a file, you can use:

fopen myfile the_file_here.txt
fwrite -n myfile %data
fwrite -n myfile %data2
fwrite -n myfile %data3
fclose myfile

The above works much faster then the standard /write.



Sweet deal. No lag with that. Thanks heaps.

Last edited by netsplit; 17/09/06 03:37 AM.