Why not use Len(q_createRecordSet.INFLOW) - it's quicker and easier to read! FWIW, any non-zero integer that Len() outputs will be cast into "Yes" (TRUE) when used as an input to <CFIF>. A blank string will be converted to a zero by the Len() function and will be cast into "No" (FALSE) when used as an input to <CFIF>.
-----Original Message----- From: Dunwiddie, Bruce [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 1:39 PM To: CF-Talk Subject: RE: LT Function q_createRecordSet.INFLOW NEQ "" dunno about the rest, but this should be NOT q_createRecordSet.INFLOW IS "" [snip] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

