You can't. This one reason why, prior to CF9, I always did var local = {};
at the top of my functions, and placed all function-local vars into that
struct.


On Fri, Dec 3, 2010 at 11:15 AM, Rick Root <rick.r...@gmail.com> wrote:

>
> How do you dump the var scope inside a CFC?
>
> Qualifiers - not on CF9, and not using <cfset var LOCAL = StructNew()>
>
> I can tell you what DOESN'T work.
>
> <cfdump var="#variables#">
> <cfdump var="#variables.myFunctionName#">
>
> Rick
>
> 

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

Reply via email to