Searching for objects in VB.NET
Is there a function to test whether an object exists (i.e. there was a previous statement (at least) such as Dim MyObject etc.) in one's program ?
For example
Dim MyObject as ....
(and, later, maybe in another module)
If Exists(MyObject) then ...
Cheers,
Mike
|