P
Peter Judge
Guest
There is also the case where you cannot really manually clean up: if you pass NEW MyObject() as an argument into a method without the use of an intermediary variable. With the snippet below you must let GC do the cleanup, unless you want to have to use a variable all the time. obj:SomeMethod(NEW App.Arg(“val”, value2, …) ). method public void SomeMethod ( input objRef as Progress.Lang.Object): end method .
Continue reading...
Continue reading...