You're right !  Don't know what I was thinking!

Hmmm ... And it seemed like a such a good answer for the original problem
 
On 5/22/02 7:14 PM, "Dave Carabetta" <[EMAIL PROTECTED]> wrote:

>> 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.
> 
______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
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

Reply via email to