SWEDEN
GERMANY
USA
ITALY
So if they choose GERMANY
I create the buttons AUDI, VW, Porsche, Mercedes in group AUTO
Code: Select all
create group "AUTO"
set the radiobehavior of group "AUTO" to false
create button "Audi" in group "AUTO"
set the style of it to radiobutton
Now the user has four radiobuttons (or checkboxes, doesn't matter).
I want the user to be able to choose MORE THAN ONE and then take action based on the choices
so if they choose "Audi" AND "Porsche", I can say,
"congrats, we are sending you a new Audi"
"congrats, we are sending you a new Porsche"
How do I do this?