HI, I have an example of an event handler that I am attempting to use with my menu. I am using the controls[] property for the VI Panel and all is well with its execution. The problem that I have is that I am going to have lots of controls and do not like the way that I have to use strings for the case structures using labels.text to determine what control to handle. TYpically, I like to implement enum types for controls so that the case structure compares the numbers yet displays the text for code readability.
Is there a way to systematically convert teh controls[][ property to an enum type for this purpose?