LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Fundamental labview question. How to create a VI with string list for user to select from.

Solved!
Go to solution
Solution
Accepted by Chrisus86

Now that I see what you are trying to do, I don't think you are going to get the results you want.  Since you want a number to compare to, use a Text Ring.  It behaves a lot like a combobox, but has a numeric data type.  Furthermore, you do not even need the case structure.  Use an array of strings for the descriptions and use Index Array with the ring to select which description to use.  You can do the same for the care type and a property node for the text ring.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 11 of 11
(639 Views)