Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help
#26
Renegade Wrote:VB6 corrects capitals so you cant type

DiM LeEt AS StRiNg it will just go to Dim leet as String.
Actualy it will go to Dim LeEt as String
Reply
#27
Dragoons Master Wrote:
Renegade Wrote:VB6 corrects capitals so you cant type

DiM LeEt AS StRiNg it will just go to Dim leet as String.
Actualy it will go to Dim LeEt as String

Yupp. But oh well, his point got across. Tongue

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
Reply
#28
huh?
im trying again to see if thats true
[edit]
maybe its just me but its not correcting
[edit]
nvm i got the first part of code right
Reply
#29
Xeph Wrote:huh?
im trying again to see if thats true
[edit]
maybe its just me but its not correcting
[edit]
nvm i got the first part of code right

Stop copy and pasting code and it will work. Simple.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)