LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

-Indentify index of cluster array within a cluster array

I have a cluster array.  Each element of that array has, among some scalar values, another cluster array.  I have a need to identify the index of the main array as selected by the user as well as the index of the cluster array within the selected main array element.
 
Using the property node INDEXValues, I can get the index of the main array.  However, I cannot seem to get the index value of the cluster array inside of the main array element.
 
Any suggestions?
 
Mike 
0 Kudos
Message 1 of 3
(2,574 Views)

There may be (usually is!) a cleaner, more elegant means but here is one way. You have to know what the inner cluster's control order is, to set the index of the array index to get the appropriate control reference but ...

 

 

P.M.

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



Message 2 of 3
(2,562 Views)
Very nicely done!  Thank you so much for your effort and speedy response!Smiley Happy
0 Kudos
Message 3 of 3
(2,555 Views)