This is a LV6.1 question. For an application I'm debugging, flatten data is
being used on a menu ring control. The menu ring data is unflattened using
Variant to Data. What I get back from the unflatten process is the numeric value
of the menu rings index, which is what I would expect, no problem there.
What I'd like to also get back from the unflatten process, would be the
string array of names for the menu ring that was flattened. Can someone
suggest how I can do this?