>>because there could be a 'myVariable' in another scope

I think CFSET always set a variable in the variables scope when no scope is 
specified and do not look in other scopes.
Ie:
<CFSET form.test = "form.test">
<CFSET test = "test">
<CFOUTPUT>
form.test = #form.test#<BR>
test = #test#
</CFOUTPUT>

This yelds:
form.test = form.test
test = test

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:344658
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to