Hi
Code:
main()
Sub main()
Set FS = CreateObject("Scripting.FileSystemObject")
Set a = Fs.OpenTextFile("C:\Documents and Settings\Alex\desktop\create.txt",2,true)
a.write("hello")
a.close
End Sub
Set FS = CreateObject("Scripting.FileSystemObject")
if Fs.FileExists("C:\Documents and...
Hi i have a script that has a text area with a form in it.
when the user clicks submit it saves the data to an xml file so i can see the data.
when you do it again it overites the data.
is there anyway i can stop this.
code:
<HTA:APPLICATION ID="oWriteXML"
APPLICATIONNAME="Save Text to XML"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.