Hi all,
I'm doing a quiz. Every time the user clicks on the question button a count is increased by 1 (count+=1).
What i want to do is when count equals say 1,3,5,7,9 etc something will happen. I want to do this in one IF - THEN statment instead of having IF count = 1 THEN do something,IF count = 3 THEN do something?




Reply With Quote