> 
> "You can then use local.foo for all your local variables, 
> which would make it unambiguous when reading the code."
> 
> Then you have to worry about closing your local scope after 
> every function, correct? Since now the local scope is global 
> throughout the CFC.

I'm not sure what you mean by closing, but if you do

<cfset var local = structNew()>

in a method, it will only exist for the method call.

-ray


----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]

Reply via email to