Forum Discussion
AlexKaras
Champion Level 1
15 years agoHi 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.