> Second, you can't use argument names in the local variables > scope (because CF makes them local variables behind the > scenes). Consequently, you'll never have a local variable > and an argument with the same name, so there is no need to > differentiate the arguments with a scope; they are already > differentiated. >
Although even if you could use them (let's pretend you had a Local.* scope), it would seem like a bad idea to have arguments.foo and local.foo anyway as it would be confusing in the code. (Just being nitpicky.) =========================================================================== Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email : [EMAIL PROTECTED] Blog : www.camdenfamily.com/morpheus/blog Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda ---------------------------------------------------------- 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]
