View Single Post
  #2  
Old 10-24-2008, 12:20 PM
Sildorei
Fire Beetle
 
Join Date: Oct 2008
Location: Toulouse
Posts: 1
Default

No, it wouldn't work because in a switch you'll only use a code like following :
Code:
switch(myvar)
You can't use a binary operator in a switch ( i think).
__________________
Reply With Quote