I want to pick random statement and run in to for loop

HI,

I do have 4 checkboxes and I want at a time one checked, so I want to apply for loop with if statement.

for example:
1st scenario:
1.read 2 write 3. listen 4. read checkbox

I want to check it randomly (just one checked)and based on that I want to apply other functions

2nd scenario:
I want to check 2 boxes at a time and which boxes are checked based on that I want other steps

hello,
actually the other day @Marek Melocik posted replay to similar question


check his solution

1 Like

Hi Andrej,

Thanks for the help…it works for me.