How would you check for the existence of an object

Allanon

New Member
How do you check for the existence of an object in vb.net. In classic VB you could use if isObject(ObjectName) Then. What is there now that is equivalent.I believe you will simply check <BR>if IsNothing(ObjectName) Then
 
Back
Top