Hi
I'm using LV6i in my project and I've faced an apparent bug. Since it
is an old version LV, I though it would be easy to find a thread
related to it. However, after a not-so-quick search I found nothing
(maybe wrong query terms). I'm going to pass the steps for those who'd
like to replicate it.
-create an array of numbers using the controls
-calculate the size of this array
-show the result with an indicator
-everything inside a while loop
Run the VI, insert three or four numeric values in the array control
on the front panel. Check its size. Now, using the context menu for
one of the "numeric entries" inside the control, delete the entry and
check the size of the array. In my program I can't see any change in
array size.
Clicking on the Edit menu, and reading the Undo option right after
deleting the element, I could see what LV did was to hide the element
and not to delete it. In the context menu for the "array control", I
read under the Data operations option that I could empty the array.
Such option indeed deletes all entries.
In my project I must pass those array values to subVIs that receive
them as entries for additional numeric array controls. I know I can
solve the problem programmatically but does this happen only in LV 6i?
Thanks for your help
Guilherme