03-15-2007 11:31 AM
03-15-2007 11:54 AM
Take a look at the context help for the Write to Text File VI you are using and you will see it by design opens the file and then replaces all the contents then closes it.
I would suggest opening the file outside the inner for loop, and then when you use Write to Text File VI it will work. Check the Write to Text File example and you can see how it was done.