> > It's useful for implementing OO concepts via CFCs. You create the > > instance of your CFC (using CreateObject) and then call a series of > > different functions in the CFC. Each of those functions can save > > things in the 'unnamed' scope to be used in subsequent function > > calls. > > Ok... So effectively it is a private property of the object > (ie one that can't be retrieved by referencing the > object.variable_name)?
And to scope it locally to a function, you have to set it with var <variable_name>? To me that seems the wrong way round... (sorry MACR), but surely, you want the default setting of a set variable to be scoped locally (ie within the function), not across the whole component...? Paul ---------------------------------------------------------- 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).
