Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Objects (forms) in arrays
Message
From
16/06/2000 14:17:41
 
 
To
16/06/2000 13:43:43
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00381535
Message ID:
00381566
Views:
13
>Hello all,
>
>My question is very simple: How can I check if an object has been set to Nothing? I already tried the obvious (i.e. "if myObject = Nothing then ...") but it didn't work because I'm not using the object correctly (at least, that's the message I got from the compiler).
>
>Thanks a lot in advance, Steph.

Use If myObject Is Nothing Then..
Previous
Reply
Map
View

Click here to load this message in the networking platform