18.02.2009, 07:05
is there a way other than doing case 0, case 1, case 2, case... to make it simple like case 0 through case 200 or whatever
case 0..200: // case 0, 1, 2 <--> 198, 199, 200.
blah;
default: // Everything else that has no case.
more blah;
Originally Posted by Cuecumber
There most certainly is.
pawn Код:
~Cueball~ |