Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# Equivalent To VFP DO CASE
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
00972871
Message ID:
00973239
Vues:
14
>Shouldn't this be
switch (result)
>{
>  case 0:
>    // ...
>    break;
>  case 1:
>    // ...
>    break;
>  default:
>    //...
>    break;
>}
?

Would this work with other data types that Int?

Kevin
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform