Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's wrong?
Message
 
To
05/02/1999 06:23:38
General information
Forum:
Visual Basic
Category:
Other
Title:
Miscellaneous
Thread ID:
00184259
Message ID:
00184283
Views:
22
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
Previous
Reply
Map
View

Click here to load this message in the networking platform