Page 1 of 1

Getting uText of Option control

Posted: Wed Oct 22, 2014 8:14 pm
by garyth123
How do I get the Text of an Option control.

When I used an earlier version of mobgui I did this to get the text on a button:

Code: Select all

put the uText of me into gSectionName
but that doesn't seem to work now.

Re: Getting uText of Option control

Posted: Wed Oct 22, 2014 8:41 pm
by sefrojones
I think you're looking for mgOptionText :

http://mobgui.com/doc.php?docId=11

--Sefro

Re: Getting uText of Option control

Posted: Wed Oct 22, 2014 8:46 pm
by garyth123
Thanks sefro.