Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# Equivalent To VFP DO CASE
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
00972871
Message ID:
00973239
Views:
15
>Shouldn't this be
switch (result)
>{
>  case 0:
>    // ...
>    break;
>  case 1:
>    // ...
>    break;
>  default:
>    //...
>    break;
>}
?

Would this work with other data types that Int?

Kevin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform