Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Use OptionButton instead of ComboBox
#11
William Wrote:or replace this part
Code:
cmbClass.ListIndex
with a variable, like:
Code:
STR(Class(iIndex).SP)
And set iIndex to whatever char it is you pressed on.

But wouldnt it work just by leaving it as STR(Class(cmbClass.ListIndex).SP) or whatever.? I mean its just like clicking on the cmbClass itself and selecting a class. Except you're just settings its listindex by code..
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)