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 vi.

Reply via email to