They all match, FYI. 

-----Original Message-----
From: Gaulin, Mark [mailto:[EMAIL PROTECTED] 
Sent: 14 March 2008 21:26
To: CF-Talk
Subject: RE: Any accumulated bug reports for cold fusion 8?

For those of us without CF8 handy, and you saying that this is accurate:

<cfset x = 10>
<cfset y = 20>

<cfif x eq "10">   this will NOT match?

<cfif x eq 10>  this will match?

<cfif y eq "20">   this will match?

<cfif y eq 20>  this will NOT match? 

<cfif 10 eq "10">               how about this?

Thanks
        Mark

-----Original Message-----
From: Don L [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2008 5:10 PM
To: CF-Talk
Subject: Re: Any accumulated bug reports for cold fusion 8?

Ha, that's an excellent sample, <cfset numberNumber10 = 10> One could easily
code like that with the assumption that white space is ignored without
causing problem.

Thanks, Adam.

Don
P.S. I'll check my code



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-Talk/message.cfm/messageid:301357
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to