09-17-2007 01:20 PM
Thanks Lynn.
It works!!
09-17-2007 01:41 PM
10-08-2007 12:41 PM
Thanks for all those replies.
I could collect the elements in an array from the for loop as it iterated. Now I want to use a single element in that array and increment the index and then use the next.
I tried this with the shift register but it gives me the running sum as i do that. i dont get the desired value out. If i use tunnel it creates an array and i now have to use one element at a time and increment the index and use the second element and so on..how can I achieve this?
Thanks
Ravi
10-08-2007 02:57 PM