i want to append to a text file. so far it only overwrites it.
i think it has something to do with the second paramater
in the createtextfile line.
can someone help me?
set outFile = Server.CreateObject"Scripting.FileSystemObject"
Set outFileText = outFile.CreateTextFile(filename,8,true)
outFileText.writeline "text
outFileText.close
set outFileText = nothing
set outFile = nothing
thanks in advance
maboo
i think it has something to do with the second paramater
in the createtextfile line.
can someone help me?
set outFile = Server.CreateObject"Scripting.FileSystemObject"
Set outFileText = outFile.CreateTextFile(filename,8,true)
outFileText.writeline "text
outFileText.close
set outFileText = nothing
set outFile = nothing
thanks in advance
maboo