>Be warned that there are *two* unnamed scopes: the 'var' local >scope and the implicit 'variables' scope which is non-public >instance data. >
The implicit VARIABLES scope in a CFC isn't unnamed any more than the FORM,URL,CGI,CLIENT, and COOKIE scopes are unnamed. It is analagous to the variables scope in a custom tag. Protected from accidental overwriting and local to the currently executing CFC. The only truly un-named scope is the function local varaibles scope. The rest are part of the implicit lookup process which as you say can be counterintuitive and a total pain in the ass to debug if you have intermittent oddness in a complex app. Spike ---------------------------------------------------------- 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]
