Can anyone tell how to destroy a COM object that i have previously loaded in memory using the syntax 'var = new COM(classname)'
Some people say that these objects are destroyed on script completion and others say that they aren't. So who's right?
And just in case, what is the syntax for doing this explicilty?
Thanks