04-21-2011 02:45 AM
Hi,
I want to append the data to a already created text file.When i used Write to text file.vi. It overwrites the previous data.
Solved! Go to Solution.
04-21-2011 03:24 AM
Try using the 'set file position' function (file io palette, advanced functions) before you write the data.
i.e. open the file, set position to end, write the data, close the file.
Ian
04-21-2011 03:27 AM
See the example here
04-21-2011 04:30 AM
Thanks for ur help.That solved the problem