Case # through #?
#2

There most certainly is.
pawn Код:
case 0..200: // case 0, 1, 2 <--> 198, 199, 200.
  blah;

default: // Everything else that has no case.
  more blah;
Check pawn-lang.pdf for information about switch and case statements.

~Cueball~
Reply


Messages In This Thread
Case # through #? - by DeerHooves - 18.02.2009, 07:05
Re: Case # through #? - by Cueball - 18.02.2009, 07:17
Re: Case # through #? - by DeerHooves - 18.02.2009, 07:33

Forum Jump:


Users browsing this thread: 1 Guest(s)