J
Jordan
I have the following dimension statement in a VB.NET subroutine:
Dim x, y, z As Double
Will x, y & z all be dimensioned as Doubles, or will x & z become a
"System.Object" datatype?
Thanks,
Jordan
Dim x, y, z As Double
Will x, y & z all be dimensioned as Doubles, or will x & z become a
"System.Object" datatype?
Thanks,
Jordan