10-25-2005 02:47 PM - edited 10-25-2005 02:47 PM
"That's what I thought. The constant should be set to 0."
No, the row constant is set to 1 to write the second row. The index of the array size is 0 for the number of rows.
You are making this too complicated. After studying your code, it seems as if the first and second rows will always be updated. Previous data is never written back to the file. The best way to do this is to gather the data, build the 2D array, then write the whole thing to the file with append = false so that the entire file gets overwritten.
I re-wrote the vi, but somehow it got lost. Give me a few minutes and I'll try again.
Message Edited by tbob on 10-25-2005 01:50 PM
10-25-2005 02:56 PM
10-25-2005 04:28 PM
10-25-2005 06:52 PM