On 7/30/07, Jake Pilgrim <[EMAIL PROTECTED]> wrote:
> 'What scope is it in?' - it's in the same scope as if you omitted the 'var' 
> keyword.

Nope, they are in separate scopes.

> <cfset myVar = 'purple' />
> <cfset var myVar = 'purple' />
>
> In both cases, your variable would be in the 'variables' scope.

Nope. variables.myVar and myVar are distinct variables in separate scopes.
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284831
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