|
-
Jan 6th, 2000, 09:56 PM
#1
Thread Starter
Lively Member
How do I do to verify which optionbutton it is with value true without using " if elseif "?
------------------
The blessing of God enriches and it doesn't increase pains
-
Jan 6th, 2000, 10:36 PM
#2
Hyperactive Member
Try something like this
for a=0 to optionbuttons.count-1
if optionbuttons(a).value=true then
'whatever you want it to do
next a
Of course the optionbuttons must be in a control array
------------------
Thanks in advance for any help provided.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|