03.08.2011, 19:44
Your first example will work same as if(something == 20 || something == 40)
And second - this will include values like 21, 35, 47 and so on. I need to check is it only 20, 40, 60, 80, 100, 120, 140, 160, 180 and so on.
Mean: same as first post.. I will need to add values, there's other way I think?
And second - this will include values like 21, 35, 47 and so on. I need to check is it only 20, 40, 60, 80, 100, 120, 140, 160, 180 and so on.
Mean: same as first post.. I will need to add values, there's other way I think?