LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Listbox returning Enum ?

A Listbox with selection mode "1 item" and an Enum control have equivalent user interfaces.
Is it possible to actually make a "1 item" Listbox control return an Enum value ?

- oz
0 Kudos
Message 1 of 2
(2,786 Views)
You can type cast the output of the list box. Wire a U32 enum constant with the values you want to the type input.
0 Kudos
Message 2 of 2
(2,786 Views)