Hello All,
i have vi that get cluster reference as input and select from its controls some control by using property "Controls[]" and Index Array and returns its property out.
Then i use this vi in while loop in another vi.
The problem is that memory usage and CPU usage reachs after some minuts 100%. If i delete using Index Array, problem desappears.
Look example of this VIs.
Where is problem?