How can I create an empty one-dimensional string array?
Dim array As String() = Array.Empty(Of String)