obviousunknown
07-27-2003, 10:04 AM
I know the basic syntax for writing to a text file using Jscript.
objText.WriteLine('Radom stuff')
the problem is that everytime it writes something new (a changing variable) it overwrites what ever was in the text file before.
Is there a way to only write to the next line instead of overwriting everything?
objText.WriteLine('Radom stuff')
the problem is that everytime it writes something new (a changing variable) it overwrites what ever was in the text file before.
Is there a way to only write to the next line instead of overwriting everything?