If that is the case the more efficient way of writing you cfif statement would be.
<cfif NOT Len(qWin.Winner)> This will equate our to true or false. If true it will go to the cfelse if false it will go to the <cfif>. Chuck Weidler Lockheed Martin Information Technology 7152 Windsor Blvd Baltimore, MD 21244 Voice: (443) 348-4252 Email: [EMAIL PROTECTED] -----Original Message----- From: Frank V. [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2008 1:53 PM To: CF-Newbie Subject: RE: cfif issues. Hahaah I fixed it, I took the default value of 0 and made it null. So my code ended uop like this: <cfif qWin.Winner EQUAL ""> And that solved the problem :-P No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1335 - Release Date: 3/19/2008 9:54 AM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3463 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
