Forum Discussion
AlexKaras
15 years agoCommunity Hero
Hi Nikita,
According to good programming practices, yes, you should release reference to the object as soon as you no longer need it. However VBScript engine does this automatically when the variable that keeps the reference goes out of scope.
According to good programming practices, yes, you should release reference to the object as soon as you no longer need it. However VBScript engine does this automatically when the variable that keeps the reference goes out of scope.