yeah Fib, he can do like this, but he will overwrite the previous file. And i have an idea on how to saved it without overwrite.
Ok, you really need a timer and what Fib said before me.
You need to read from the file you want to saved to, and to write to it. why? cuz like that you won't overwrite it.
exemple: your file is fish.txt
your important textbox is textbox1
in the timer section, if the timer is 29 secounds, then you check for file existing and open it in a HIDDED textbox2.
then, when the timer is 30 secounds, you saved the textbox2+textbox1 (this is the order) , then clear the textbox2, and clear the textbox1.
what are you actualy going to do? you open the previous saved text, add some text to it and save it again. i think it's very easy to do it.
ps: this method isn't tested. it's just from my imagination.