Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Specific syntax for Case Select
Message
 
 
To
28/04/2006 00:49:19
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01117408
Message ID:
01117428
Views:
13
This message has been marked as the solution to the initial question of the thread.
Use expression list where each value is separated by a coma

Case "Accounting", "Estimator"


>I am wondering how I can adjust the syntax to have it working. Basically, the Case Select I am using is having a portion of code which is bound to two values.
>
>
>        Select Case oDashboard.cDashboard
>            Case "Reviewer"
>            Case "TotalLoss"
>            Case "Accounting" Or "Estimator"
>        End Select
>
>
>How can I achieve that?
Michael McLain
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform