Viewing 3 posts - 16 through 18 (of 18 total)
If both variables were in the same scope, they would be the same variable. If they were different scopes (say local to two different subs or functions) they would be...
May 24, 2010 at 7:31 am
#1171547
For djackson -Now you're making me think - a dangerous thing most times.
I don't know why you'd want a variable that is so much the same - it would make...
May 21, 2010 at 11:26 am
#1170998
Visual Basic .Net doesn't worry about case sensitivity and if you are using the Visual Studio IDE, it corrects the casing as you type.
So if you declare a variable...
May 21, 2010 at 6:24 am
#1170766