โ03-06-2012 09:56 AM
Hey,
I was playing with on of th vi's on my desk top, i tried to change the code. I added a delete from array.
When I increase the num of lights the array size is not increasing which causes a wrong output.
How can I solve this problem thanks ๐
Best
Solved! Go to Solution.
โ03-06-2012 10:14 AM
Once you start the program, the array is sized according to the current number of lights and no amount of "delete from array" can make it larger until the setup state is again encountered. ๐
Try "reshape array" instead. If will trim or pad according to the new size.