Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's wrong with this Select Case statement
Message
From
13/01/2005 15:36:07
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
What's wrong with this Select Case statement
Miscellaneous
Thread ID:
00976919
Message ID:
00976919
Views:
63
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
Next
Reply
Map
View

Click here to load this message in the networking platform