Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What's wrong with this Select Case statement
Message
De
13/01/2005 15:36:07
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
What's wrong with this Select Case statement
Divers
Thread ID:
00976919
Message ID:
00976919
Vues:
62
I have this Select Case statement:
        Select Case tnLanguage

            ' French
        Case 1
                lcString = oData(lnCounter).Row("French")

                ' English
            Case 2
                lcString = oData(lnCounter).Row("English")

        End Select
What you see here is exactly the formatting provided by the interface. I just don't understand why the Case 1 is not indented properly with the rest. I started to have those issues last night. Even if I force a formatting, this won't change. Anyone could see something wrong in the code here that would generate such behavior?
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform