><cf, <%, etc,\.,  what's the difference?

Here is the difference, to me it seems cleaner.

<cfif blah>
         <cfswitch>
                 <cfcase>
                 </cfcase>
                 <cfcase>
                 </cfcase>
                 <cfcase>
                 </cfcase>
         </cfswitch>
<cfelse>
</cfif>

or

<%
         if (blah) {
         }else{
                 switch () {
                         1: this; break;
                         2: that; break;
                 }
         }
%>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to