Android Question Uppercase / lowercase (variables)

vecino

Well-Known Member
Licensed User
Longtime User
Hello,
Why sometimes does not change lowercase to uppercase?

up2lo.png
 

LucaMs

Expert
Licensed User
Longtime User
mumble mumble...

sometimes the IDE does not update immediately some things (nobody's perfect) ...

but in this case, maybe I mistake, the loop variable is different from that declared previously.

Well, it will almost certainly be one of my last mistakes... in 2014 :D


[P.S. In fact, I was wrong (they can be different variables in VB.Net, in some cases. If you use: For ix As Int = 0 To 3, in which you declare a new variable)]
 
Last edited:
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
That is strange.
The editor write in lowercase, although I write in uppercase.
 
Upvote 0

vecino

Well-Known Member
Licensed User
Longtime User
I put in comment the statement 'Dim iX as int'
I have declared iX as global.
It has been capitalized !!!
I deleted the global declaration.
I deleted the comment.
It Works!
:)
 
Upvote 0
Top