User rating: 0
Joined: Tue 26 Mar, 2013, 19:12 Posts: 1
Hi, i would like to save a data in a file and when the data updates I want to write the new data deleting the old one instead of adding the new one to the old one. If I use the function out.append( ((datatoadd+"\r\n"); the new data is written after the old one saved. Thanks