Quote Originally Posted by SamOscarBrown View Post
You can't 'get away with" your VB6 statement if you want all of them to be integers.
In VB6, When you use:
Dim int1, int2, int3 As Integer, only int3 is declared an integer, the other two are Variants.
What he was saying is that you can in VB.Net and that is correct, VB.Net will dim them all as Integers when written that way. VB6 will not