Hi,
This is not posible, because the strings in a Menu control can be changed
dynamically.
You can use the strings of the menu from a property node, and using the
value of the menu as an index. But you'll have to type the strings in the
case structure yourself.
When you need to make an enum with some items (e.g. from a piece of text),
you can do this. Put the items in a menu control, and use the 'replace'
option to change it to an enum. Now you have an enum with the items of the
menu. Use this enum in the case.
Regards,
Wiebe.
"martin pelletier"
wrote in message
news:506500000008000000EF6B0000-1031838699000@exchange.ni.com...
> I found that Enum control is very efficient when use with a case
> structure because they allow us to see BOTH the tex
t and its index on
> the top of case structure so we quickly see in wich case we are. Is
> there a way to get the same functionnality with a pull-down type
> control such like the Menu control (using LV 6.0.2)