Hi,
I'm a beginner with labVIEW and am trying to generate a loop that reads a 1D array of data from a file, then manipulates the data and writes it back to the same file.
The problem is that a dialog box appears after every iteration asking do I want to replace the file. Is there any way of automating the program so that the file is always written over without the dialog box appearing.
I think using the open/create/replace file would do this function for me but I don't know how to implement it.
Thanks,
Hank.