FYI you might like to look at cfswitch:

<cfswitch expression="#size#">

        <cfcase value="101">
                <cfset size="XS">
        </cfcase>

        <cfcase value="103">
                <cfset size="S">
        </cfcase>

        <cfcase value="105">
                <cfset size="M">
        </cfcase>

        <cfcase value="107">
                <cfset size="L">
        </cfcase>

        <cfcase value="109">
                <cfset size="XL">
        </cfcase>

</cfswitch>

> -----Original Message-----
> From: mayo [mailto:[EMAIL PROTECTED]
> Sent: Thursday, 29 May 2003 11:05 a.m.
> To: CF-Talk
> Subject: RE: complex form, inserting multiple rows to db - SOLVED
> 
> The <cfif> works as it should now.
> 
>               <cfif size EQ "101"><cfset size="XS">
>               <cfelseif size EQ "103"><cfset size="S">
>               <cfelseif size EQ "105"><cfset size="M">
>               <cfelseif size EQ "107"><cfset size="L">
>               <cfelseif size EQ "109"><cfset size="XL">
>               </cfif>
> 
> I SWEAR </sheepish grin> that I did this time and time again over the last
> few hours.
> 
> Thanks anyway.
> 
> Gilbert Midonnet
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to