hi
i am creating an new object every time and then at the end of
what i am doing i then set it to nothing
set obj = new COMobj
set obj = nothing
but this seems to be leaking / increasing the memory
does this nothing statement actually work - does it destroy
the obj or is there another way of doing this
thanks
Louby
