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...
> On Tuesday, Sep 2, 2003, at 15:51 US/Pacific, S. Isaac > Dealey wrote: >> It's unfortunate tho... because it prevents there being >> any >> way to insulate methods against namespace conflicts >> between >> method arguments and function names when private access >> is >> specified... If you have an argument and a method with >> the >> same name, there's no way to access the method without >> using >> this.methodname() -- but you can't do that if methodname >> is >> a private method -- so... you have to chose between the > variables.f() arguments.f - no conflict there... > Sean A Corfield -- http://www.corfield.org/blog/ > "If you're not annoying somebody, you're not really > alive." > -- Margaret Atwood > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ~~~~~~~~~~~| > 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/unsubsc > ribe.cfm?user=633.558.4 > This list and all House of Fusion resources hosted by > CFHosting.com. The place for dependable ColdFusion > Hosting. > http://www.cfhosting.com 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

