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. 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/unsubscribe.cfm?user=89.70.4 Get the mailserver that powers this list at http://www.coolfusion.com

