Stop Visual Basic 6 from changing my casing

后端 未结 9 1210
悲哀的现实
悲哀的现实 2020-11-27 15:47

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

9条回答
  •  一向
    一向 (楼主)
    2020-11-27 16:42

    Depending on your situation adding

    #If False Then
        Dim CorrectCase
    #End If
    

    might help.

提交回复
热议问题