04-05-2010 03:58 PM
In the attached VI I'm building a 1D array of strings, then trying to save it using a shift register. For some reason my data isn't being saved and I dont understand why.
Thank you.
Solved! Go to Solution.
04-05-2010 04:23 PM - edited 04-05-2010 04:26 PM
You need to wire the array across all empty cases, else it will reset to an empty array whenever such a case occurs.
You also need a shift register on the inner loop.
04-05-2010 04:37 PM
04-05-2010 06:47 PM