> On Tuesday, Sep 2, 2003, at 20:33 US/Pacific, S. Isaac > Dealey wrote: >> You can call a function through the variables scope and >> it >> be a private call? ... oh well... I need to work with it >> some more... still... if variables scope is a private >> call, >> this scope should also be private...
> variables is an 'internal' object, this is an 'external' > object - > that's why this.f() requires f be public but variables.f() > does not. I understand that much. What I don't understand is why "this" ... which is only ever capable of accessing the current internal object is external while variables which theoretically might be able to access external local variables from another page or template (the application.cfm or a page executing a method of the CFC -- isn't this the case with non-cfc functions?) is private. It just seems rather counter-intuitive. s. isaac dealey 972-490-6624 team macromedia volunteer http://www.macromedia.com/go/team chief architect, tapestry cms http://products.turnkey.to onTap is open source http://www.turnkey.to/ontap ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com

