06-27-2011 10:17 AM
I have a lot of combo boxes on the front panel of my VI. I want to know how to read the value of this combo boxes with a For-Loop. The key point is that I don't know how to get the reference of each combo box in a loop.
Any information would be welcome. Thanks!
Solved! Go to Solution.
06-27-2011 10:29 AM
You would use a property node to do this see below.
06-27-2011 11:55 AM
@su27 wrote:
I have a lot of combo boxes on the front panel of my VI [...]
Don't forget to close references as you finish with them.