Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Objects (forms) in arrays
Message
De
16/06/2000 14:17:41
 
 
À
16/06/2000 13:43:43
Information générale
Forum:
Visual Basic
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00381535
Message ID:
00381566
Vues:
14
>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..
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform