>
> Is there places that you do not want to scope variables? In other words,
> it's very good practice to scope all your variables. Is there any places
> that scoped variables would not work?
>

Hi Kevin,

All variables are scoped whether you like it or not.
Doing  <cfset myvar = "xyz"> will create that variable in the scope
'variables'.

Scoped variables only really stop working when you have variables with the
same name in different scopes and you as the programmer aren't explicit
about which variable from which scope you want to use.  It can get really
confusing if you're not careful...

Never happened to me.. Honest Guv! ;o)

Regards

Stephen

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to