Very simple question that is apparently impossible to find a decent answer to: How can I make Visual Basic 6 stop changing my ^@#*ing variable casing!?!
I know that
Depending on your situation adding
#If False Then Dim CorrectCase #End If
might help.