Dim var1, var2, var3 As Integer
The above statement will declare var3 as an integer; no problem there. But guess what variable type will var1 and var2 be!?! That's right, the variable type VARIANT! Intuitive isn't it?
Words never uttered by mortals flowed incessantly from its many mouths.
Dim var1, var2, var3 As Integer
No comments:
Post a Comment