> -----Original Message-----
> From: Jared Rypka-Hauer - CMG, LLC [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 24, 2004 2:33 PM
> To: CF-Talk
> Subject: Re: Prefixing local variables
> 
> Couple things...
> 
> First of all, if you want to pass or dump your local variables all you
> have to use is the variables scope.
> 
> <cfdump var="#variables#">
> 
> will dump all the local variables that exist at the time the cfdump is
> executed... and if you want to pass them all use something like:

That's absolutely true - but we're NOT talking about the variables scope,
but rather the "function local" or "unnamed" scope.  Which (as the lack of a
name suggests) doesn't have a name to dump.

It's actually quite confusing until you get a brain or two around it, but
they are really not the same thing and it's really important to know the
difference if you want to create thread-safe CFCs.

Jim Davis





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188764
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to