But compiler should knows that the variable declarations (with cfset) within a cffunction are local no?
On Fri, 3 Sep 2004 15:26:32 -0700, Barney Boisvert <[EMAIL PROTECTED]> wrote: > how else are you going to differentiate between setting a local > variable and a non-local variable? And remember that we need that for > UDFs as well as CFC methods. Declaring them at the beginning of the > function is a bit of a pain, but not a whole lot. > > cheers, > barneyb > > On Sat, 4 Sep 2004 00:21:05 +0200, Xavi <[EMAIL PROTECTED]> wrote: > > Nice solution Jim. But put the var key in all function local variables > > sux, I hope this will be fixex in blackstone and the issue of declare > > them at beginning. > > > > > > -- > Barney Boisvert > [EMAIL PROTECTED] > 360.319.6145 > http://www.barneyb.com > ---------------------------------------------------------- > You are subscribed to cfcdev. To unsubscribe, send an email > to [EMAIL PROTECTED] with the words '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] > -- Xavi (http://xavicl.blogspot.com) ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the words '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]
