Are you suggesting there's some tool called "CF8 handy", ran a quick lookup 
within this forum to no avail.

I have the propensity to write like <cfset x = 10> instead of
<cfset x=10> for readibility... but won't code like <cfset x = "10">,

and I'm not responsible for others' code,

so, for the question
<cfif y eq "20">   this will match?
sorry, I'll have to pass...

>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
>
>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:301346
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to