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.