Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's wrong?
Message
 
À
05/02/1999 06:23:38
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
Divers
Thread ID:
00184259
Message ID:
00184283
Vues:
21
Please use a select case instead of nested "ifs" ! It will avoid you huge nesting problems. The syntax is :
Select Case condition
 Case expression
 Case expression
End Select
"condition" can be any valide expression : boolean, numeric, comparison

Tip : to have your code layout respected into your messages place it between tags PRE and /PRE, you could have a look at the page, How to write a message
VB Developer
Servilog Concept
jmb@octalfrance.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform