you can nest case statments inside each other.

Clint

---------- Original Message ----------------------------------
from: Aidan Whitehall <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
date: Mon, 12 Nov 2001 12:51:31 -0000

ColdFusion throws a wobbly on this (and the other variations I've tried

switch (Attributes.PeriodID) {
   case (1,2,3) {
      ...
   }
   case 4 {
   }
}

Is there any way to provide multiple values?



Thanks.

-- 
Aidan Whitehall <[EMAIL PROTECTED]>
Macromedia ColdFusion Developer
Fairbanks Environmental +44 (0)1695 51775



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to