04-13-2011 05:40 AM
why don't the array values are not shown in array 0 and array 1 in the enclosed attchment array0.vi.
thanks
04-13-2011 06:10 AM
Then default value then NOT wired is an empty array. So using array 0, as an example. It will be filled with data on iteration 0. But this data will be overwritten with an empty array. In the next iterations.

04-13-2011 06:46 AM
04-14-2011 11:47 PM
thank you