Getting the text value of a combo box?

BlitzPlus Forums/BlitzPlus Programming/Getting the text value of a combo box?

Chroma(Posted 2004) [#1]
Ok ok...I just bought blitz plus and I'm learning. =) But I'm having trouble getting the text value of a combobox. I know you can get the gadget number with SelectedGadgetItem. But I just want the text$ value. Anyone know how to retrieve it?


Binary_Moon(Posted 2004) [#2]
use a combination of SelectedGadgetItem and GadgetItemText


Chroma(Posted 2004) [#3]
Thanks Ben, worked like a charm.

I would say "Chroma is back!!!" but then that'd be a third coming and I don't want to disappoint anyone.

Funny how when you don't code for a year that you forget the simplest stuff.