Mark,

That's not 100% true.

Variables is the scope that all variables without a scope go.

But this is not just specific to a CFC instance, on a .cfm page

<cfset hello = "world" />

Would have the hello go into the variables scope.

I do not know of a way to dump just the variables for the current function
other than if you create a local scope as I described.

Regards
Dale Fraser

http://dalefraser.blogspot.com



-----Original Message-----
From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of Mark Mandel
Sent: Tuesday, 3 July 2007 4:23 PM
To: cfaussie@googlegroups.com
Subject: [cfaussie] Re: Function local variables scope


variables scope is the scope that is specific to the CFC instance.

Mark

On 7/3/07, AJ Mercer <[EMAIL PROTECTED]> wrote:
> is it VARIABLES
> or is that something completely different?
>
>
> On 7/3/07, Chris Velevitch <[EMAIL PROTECTED] > wrote:
> >
> > On 7/3/07, Dale Fraser <[EMAIL PROTECTED] > wrote:
> > >
> > > There is no local scope, what are you referring to.
> >
> > I'm inside a function and I want to cfdump the functions local scope.
> >
> >
> >
> > Chris
> > --
> > Chris Velevitch
> > Manager - Sydney Flash Platform Developers Group
> > m: 0415 469 095
> > www.flashdev.org.au
> >
> >
>
>
>
> --
> If you are not living on the edge,
> You are taking up too much space.
>
>  >
>


-- 
E: [EMAIL PROTECTED]
W: www.compoundtheory.com




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to