joelwenzel
Programmer
- Jun 28, 2002
- 448
Is this bad code? Am I leaking memory if I do this?
Set i = Nothing
i=Empty
I have a problem in my code where I have a variable which sometimes is an object and sometimes is not. Sometimes when I make it an object, I want to set it back to not beging an object so that IsObject returns false.
Set i = Nothing
i=Empty
I have a problem in my code where I have a variable which sometimes is an object and sometimes is not. Sometimes when I make it an object, I want to set it back to not beging an object so that IsObject returns false.