randommetalguy
Registered User.
- Local time
- Today, 14:39
- Joined
- Nov 25, 2008
- Messages
- 52
I have 2 option buttons what do I have to do to get different code to run based on which option button I select. Right now I have
if option1.checked = True then
.....
elseif option2.checked = True then
......
endif
Checked isn't working and neither did value or enabled so what do I need to have?
if option1.checked = True then
.....
elseif option2.checked = True then
......
endif
Checked isn't working and neither did value or enabled so what do I need to have?