Aha, so it is. I always thought that the cfset searched the scopes as
well. Just did the following to prove myself wrong:

<cfset form.fubar = "test" />
<cfset fubar = "changed" />
<cfdump var="#form.fubar#" /><cfabort>

(output = 'test')

Oivay!

On 19 May 2011 13:47, Eric Cobb <cft...@ecartech.com> wrote:
> If you don't specify a scope in your cfset statement, then CF will
> always put it in the VARIABLES scope

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344661
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to