LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

getting label.value from ring control

Solved!
Go to solution

Hi,

 

I want to read the the text of the selected index in the ring control. Assume i have 5 different values(ONE,TWO,THREE,FOUR,FIVE) in my ring control, if i am selecting 3rd value THREE has to be stored in my char variable. If i select 2nd value is has to return TWO...

 

Can someone suggest...

0 Kudos
Message 1 of 3
(4,309 Views)

GetCtrlIndex + GetLabelFromIndex is the way I normally use for this.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 3
(4,306 Views)
Solution
Accepted by topic author ammukrish

Works Perfect.

Thanks Roberto

0 Kudos
Message 3 of 3
(4,299 Views)