Re: clear an array

2004-03-11 Thread Mads
Your are thinking about the 2D array in the shift register, right? If so then right click on the left shift register and create an empty 2D array and wire it into the shift register terminal from the outside of the loop. This will initialize the shift register. Uninitilized shift registers are

Re: clear an array

2004-03-11 Thread tbob
I think what you want to do is to wire in an empty array into the shift register to initialize it. The way your vi is now, when you run it a second time, the array results from the previous run is still there. If you initialize the shift register, the array will be cleared every time you run the

Re: clear an array

2004-03-11 Thread 2com
Thanks, it works !