if then statements with radio button
- Posted by msuclay at hotmail.com May 06, 2001
- 518 views
Thanks Travis and Irv for the response to the last e-mail. Now that I have learned to group the radio buttons, Could someone give me some advice how to do if then statements with them. If radiobutton1 != 0 and radiobutton2 !=0 then total = 1 X value elseif radiobutton2 !=0 and radiobutton3 !=0 then total = 2 X value ..... I need something like above, but cannot figure out the syntax. Also, I would like to make a clear button that would set all radio buttons blank if possible. Thanks for everyone help. I am a newbie, but I am enjoying everything about euphoria. Thanks, Clay