03-05-2008 04:30 AM
03-05-2008 04:58 AM
Hello,
That happens because you have the "write to file" outside the loop. So you have to options:
1 - put this vi inside the loop (take care with all the necessary inputs - like path name)
2 - right click the data dote in the loop border and "enable indexing". Then, when you stop the loop, you've all the information in this array. Then just make the necessary adjustments to save this array to a file.
See if this tips are enough...
03-05-2008 05:30 AM