G
Guest
Is there any difference between the following Dim statements? I think they
are the same but which way is the correct (standard) way to declare and
initialize the object variable.
Dim DS as New DSTest
Dim DS as DSTest = New DSTest
are the same but which way is the correct (standard) way to declare and
initialize the object variable.
Dim DS as New DSTest
Dim DS as DSTest = New DSTest