Hi,

I have a piece of code where I'm checking a session variable

<cfif right(SESSION.strFile[i]4) is ".txt">
  Do this...
<cfelse>
  <cfif right(SESSION...
     Do this...
  <cfelse>
    <cfif right(SESSION...
       Do this...
    <cfelse>
    <cfif right(SESSION...
       Do this...

This goes for 20  nested <cfelse>. Is there a way to do this so it run faster? Is it better to just end each <cfif with a </cfif> or nest them?


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to