V
Ven
If an Object is holding a valid reference to an Object, should I set it to
Nothing before I set it to a another Object of the same type?
ex:
Dim objNode
Set objNode=Node1 ' Say node1 is some expression
' Do some processing and then. Should I set it to Nothing?
Set objNode=Node2 ' Say node1 is some expression
Is it the same in ASP and VB
Thank You
Nothing before I set it to a another Object of the same type?
ex:
Dim objNode
Set objNode=Node1 ' Say node1 is some expression
' Do some processing and then. Should I set it to Nothing?
Set objNode=Node2 ' Say node1 is some expression
Is it the same in ASP and VB
Thank You