11-11-2007, 12:55 AM
Dragoons Master Wrote:Renegade Wrote:VB6 corrects capitals so you cant typeActualy it will go to Dim LeEt as String
DiM LeEt AS StRiNg it will just go to Dim leet as String.
Yupp. But oh well, his point got across.

Also, once it's defined, it'll always be changed to the proper capitalization that it was dimmed at when used in the code.
So if you had..
Dim MySelf as long
And then you typed..
myself = myself + 1
Then it would end up looking like:
MySelf = MySelf + 1