Something else to be aware of when you have an output terminal inside a loop of any kind is that if you are looking at the front panel you will see the value update each time the loop iterates, however only the last value will be made avilable to a VI calling the routine.
If you want to seel all the data, move the indicator outside the loop, change it to an array and implement the "Enable Indexing" like Dennis described.
Mike...