10-02-2008 04:16 AM
Hello,
In my program I would like to do a measurement, save everything in a .txt file and finish it. After that I want to restart the measurement (with new settings) and save the new data in the same file I used before, without loosing the initial data, but adding new rows after the previous measurement.
Any idea?
thank you
10-02-2008 05:50 AM
Hi,
Open the Existing file & before writing into the file, set the position to End in the file using "Set File Position" function.
So that the new data will be appended to the previous data.
Regards,
Raja
10-02-2008 09:49 AM