yes, status_code was set to "0" prior to the beginning of
the loop ;)

..tony

Tony Weeg
Senior Web Developer
Information System Design
Navtrak, Inc.
Fleet Management Solutions
www.navtrak.net
410.548.2337 

-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, July 28, 2002 10:50 PM
To: CF-Talk
Subject: RE: quotation marks" and their rules...


> <cfloop condition="isDefined("status_code") and Len(#status_code#)">
> 
> why doesnt this make sense?

How would CF ever exit from that loop? Are you setting status_code equal
to an empty string within the loop?

In any case, try this:

<cfloop condition="IsDefined('status_code') and Len(status_code)"> ...

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

______________________________________________________________________
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to