What is the difference between Dim v As String() and Dim v() As String?

前端 未结 7 1002
北恋
北恋 2020-11-27 08:03

This may sound trivial, but what is the difference between

Dim v As String()

and

Dim v() As String

in VB.

7条回答
提交回复
热议问题