Nope -- you can include empty case statements without a break; and they will cascade down into the following case statements until it finds a break; It's definitely doable ( see my previous post ), it's just that the syntax is _very_ different.
S. Isaac Dealey Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 > No it is not. Each case must be listed individually. If you really must > use a single case for multiple values you will have to move to tag syntax > (<cfswitch>). > -----Original Message----- > From: Kola Oyedeji [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 11:11 AM > To: CF-Talk > Subject: multiple case values in switch statement in cfscript > Hi > Could anyone tell me if its possible to define multiple case statements > In a switch block in cfscript.. > So a cfscript version of : > <cfcase = "a,b,c,d,e" > > Thanks > Kola > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting.

