View Single Post
  #1 (permalink)  
Old 07-23-2007, 10:22 PM
christina christina is offline
Member
 
Join Date: Jul 2007
Posts: 39
christina is on a distinguished road
Can I set a range in case statement?
How to put a range in the case?
For example:
Code:
case 1 to 4: break; case 5 to 7: break;
how can I do that?
is it possible?
Reply With Quote
Sponsored Links