Kola Oyedeji wrote:
> 
> So a cfscript version of :
> 
> <cfcase = "a,b,c,d,e" >

switch(name) {
     case "Xander":
     case "Oz":
     case "Angel":
         {
         male=true;
         break;
         }
     case "Tara":
     case "Willow":
     case "Cordelia":
         {
         male=false;
         break;
         }
     }

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to