aaron.martinas
02-14-2007, 09:07 AM
i understand that it "releases all the system and memory resources associated with the previously referenced object"... however, wouldnt it be a m00t point to release them at the end of a script when followed by a "wscript.quit" statement? or lets say there is no quit statement, but instead, the program executes all lines of code and finishes from "end of file" perspective.. wouldnt the objects be released when the process exited?
ultimately, im trying to determine if this is simply "good programming style" or if there is an actual functional reason for doing this.
ultimately, im trying to determine if this is simply "good programming style" or if there is an actual functional reason for doing this.