Well, it depends. When you are saving the information to the text file, you can either append it (which means it will just add your text to the end of any previous content you had in that text file), or you can open it for write (which would mean any previous content in the file would be deleted before writing new content to it).
All you would have to change is to change the "a" to "w" in the following line:
Does that answer your question?
Quote:
|
Originally Posted by tiny
Absolutely Beautiful. I should have found the quotations error. I appologize.
Real quick, would it be hard or even possible for the field we are adding to be erased or better yet overwritten each time instead of new lines?
Thanks a million
Tiny
|