Feb 7, 2004 #1 eurob Programmer Jan 25, 2004 13 US I am creating a textfile and I'd like to overwrite it with a new one, what happens though, it modifies it and adds the content, I use this: set f=fsoObject.CreateTextFile(tekstfile,true) I set the overwrite on true, so I don't get it. Appreciate your help.
I am creating a textfile and I'd like to overwrite it with a new one, what happens though, it modifies it and adds the content, I use this: set f=fsoObject.CreateTextFile(tekstfile,true) I set the overwrite on true, so I don't get it. Appreciate your help.
Feb 7, 2004 Thread starter #2 eurob Programmer Jan 25, 2004 13 US It did work, it was something else, sorry. Upvote 0 Downvote