07-13-2011 10:04 AM
I am using a radio buttons control, with four radio selections in it. I understand that this is an enumerated type, so the value is a "number." When you wire that control to a case statement, the case is auto-populated with the labels of the radio selections. Is there a way to capture the label of the button which was selected? I am using LabVIEW 8.0 for this project. Thanks in advance for your time.
Solved! Go to Solution.
07-13-2011 10:10 AM
07-13-2011 10:51 AM
I figured there was an easier way than creating an array, and using the value to select which one from the array. Thanks.
Brian