Object Set?

  • Thread starter Thread starter Warrio
  • Start date Start date
W

Warrio

Hello!

How can I know if an object is set or not except from generating an error
because if I try :
if myObject = Nothing then
.....

I get an error.

Thanks for any suggestion
 
hi,
How can I know if an object is set or not except from generating an error
because if I try :
if myObject = Nothing then
....

I get an error.
If yourObject Is Nothing Then
Else
End If


mfG
--> stefan <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top