<cfswitch expression="#variable#">
        <cfcase value="1,2,3,4,5,6,7,8,9" delimeters=","
                do your stuff
        </cfcase>
        <cfdefaultcase>
                and what have you
        </cfdefaultcase>
</cfswitch>

Patricia Lee
****************************************************
Cold Fusion Developer & Instructor, ACCD       
Fig Leaf Software "We've Got you Covered" 
****************************************************
[EMAIL PROTECTED]    ****    202.797.5426    ****


> -----Original Message-----
> From: S R [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 28, 2000 4:02 PM
> To: CF-Talk
> Subject: how do I show a range of numbers?
> 
> 
> For example I have a <CFIF> statement that looks like this:
> 
> <CFIF #VARIABLE# IS 1 OR #VARIABLE# IS 2 OR #VARIABLE# IS 3 
> ETC.......>
> 
> could I do something like:
> 
> <CFIF #VARIABLE# IS 1-9>
>
~~~~~~~~~~~~~ Paid Sponsorship ~~~~~~~~~~~~~
Get Your Own Dedicated Win2K Server!      Instant Activation for $99/month w/Free 
Setup from SoloServer      PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support     
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to