It is generally good programming practice to think of a method as an encapsulated module where all needed parameters are passed in and all needed results are passed out. It's generally a good idea not to use outside scope variables for input or output.
Stefan
At 03:11 PM 12/29/2004, you wrote:
I have a TCF in application scope.
I have multiple domains that use the the TCF.
When invoked, I take it that a call method would not know which domain applies, so any domain variables that it would use should be passed as arguments, correct?
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
=====================================================
Database WebWorks: Dynamic web sites through database integration
http://www.DatabaseWebWorks.com
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
