> couldn't you just say...

> <cfif not(len(myQuery.recordcount))>

You would only ever get one result from the evaluation... because the length
of recordcount will never be less than 1 ... i.e. <cfif not len('0')> is the
same as <cfif not 1> ... <cfif not myQuery.recordcount> works tho...

Isaac Dealey
www.turnkey.to
954-776-0046
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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