While maintaining a legacy web app, we found what appears to be a case sensitivity "issue" with the "Select Case" statement in VB6.

Is the "Select Case" statement case sensitive? It appears to be to us, but we are somewhat surprised and wanted some additional feedback.

Thanks

PS

While maintaining a legacy web app, we found what appears to be a case sensitivity "issue" with the "Select Case" statement in VB6.

Is the "Select Case" statement case sensitive? It appears to be to us, but we are somewhat surprised and wanted some additional feedback.

Thanks

PS

Yes if you are comparing strings. Of course. "Foo" <> "foo"

Try doing a lcase on the select test.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.