> 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)? 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).
