I must have been mistaken.  I will try to go and see the exact code that was
causing that error.  

Russ

-----Original Message-----
From: Aaron Johnson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 17, 2001 10:45 AM
To: CF-Talk
Subject: RE: Short Circuit Evaluation


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey Ruslan,

Sure... what you mentioned works for me all the time...

        <cfif IsDefined("somevar") AND somevar EQ "something">
                Do this
        <cfelse>
                Do this
        </cfif>

However, the loop thing you mentioned probably wouldn't work... you
should do as others suggested and set the loop count outside of the
actual cfloop...


Aaron Johnson, MCSE, MCP+I
Allaire Certified ColdFusion Developer
MINDSEYE, Inc.
<phn>617.350.0339
<fax>617.350.8884
<icq>66172567
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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

Reply via email to