> EQ is for numerical comparisons only > IS is what you must use for text comparisons >
I'm not sure where your source for that tidbit is, but that's not true at all. They do the same thing. As an example: <cfset variables.text = "cat"> <cfif variables.text EQ "cat"> it's cat <cfelse> it's dog </cfif> Regards, Dave. ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

