This may sound trivial, but what is the difference between
Dim v As String()
and
Dim v() As String
in VB.
There is no difference.
Both Dim v As String() and Dim v() As String will create a string array