Is this magic ??
hi,
i've had issue cfswitch on assigning charges. looks @ first 2 characters of field customer_id , set rates accordingly. have been charged incorrectly , it's down cfswitch. have stripped down basics:
<cfswitch expression="f3">
<cfcase value="ds">
prices ds customers
</cfcase>
<cfcase value="sc">
prices sc customers
</cfcase>
<cfcase value="er">
prices er customers
</cfcase>
<cfdefaultcase>
prices other customers
</cfdefaultcase>
</cfswitch>
so running code expect prices other customers. no!, uses prices er customers??. using coldfusion 9 intrested if other cf9 developers getting same result?
thanks
stuart
no. run code , comes out result "default".
More discussions in ColdFusion
adobe
Comments
Post a Comment