hi..
Currently i using the write to spreadsheet file.vi to save all my data in the .csv file. and I have to enable the append to file terminal because i need to append the file until at certain time. Let say, i will stored all the data until 8.00 pm. Then after that time, i have to delete all the data inside that file.
I have try to disable the append to file terminal, and all the old data will be overwrite with the new one. but for my application, i have to enable that terminal. so i wonder if there is a way for me to delete the file or overwrite the whole data with the new data...
thanks..