* Thus wrote Chris W. Parker ([EMAIL PROTECTED]):
> Dan J. Rychlik <mailto:[EMAIL PROTECTED]>
>     on Tuesday, September 16, 2003 5:12 PM said:
> 
> > Thank you guys.  I truly know the level of expertise on this mailing
> > list, and I know that it proves invaluable.
> 

> 
> p.p.s. I totally think that the syntax you presented is logical and
> should be available. It makes much more sense to me to do it the way you
> did, but alas...

Well technically you can do it like:

  switch ($var)  {
    case 'TEST-1': case 'TEST-2': case 'TEST-2':
      do something
  }


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to