Click to See Complete Forum and Search --> : JScript file writing


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?

Khalid Ali
07-27-2003, 01:18 PM
This is Microsoft technology related question..may be ASP forum is a better place