Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Specific syntax for Case Select
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01117408
Message ID:
01117571
Views:
14
>I would do this as an
>
>If x
>ElseIf x and y
>Elseif z and z
>Else
>
>the select case is rather limited IMO.
>and If/elseif handles it like I generally want

Yes, when the Select Case does not support the syntax I want, I am using If. I understand the Select Case cannot be used as in VFP where we can combine multiple expressions based on various variables. This is just an example. In such situations, I use If. When I can use Select Case, I prefer to use it as it's much better for coding and readability.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform