I'm new to VB.Net and would like to know what is the key difference between declaring a string as
Dim stringVariable As String
and
Dim otherStringVariable As String()
Thanks
I'm new to VB.Net and would like to know what is the key difference between declaring a string as
Dim stringVariable As String
and
Dim otherStringVariable As String()
Thanks