D
Daniel Klein
In the MSDN documentation I see examples like:
Dim val As [String]() = {"a", "b", "c"}
If I remove the brackets, ie, Dim val As String(), it seems to work
the same way.
What are the brackets for? And what is the difference when they are
used/omitted? I can find no mention of this anywhere in the MSDN docs.
Thanks,
Daniel Klein
Dim val As [String]() = {"a", "b", "c"}
If I remove the brackets, ie, Dim val As String(), it seems to work
the same way.
What are the brackets for? And what is the difference when they are
used/omitted? I can find no mention of this anywhere in the MSDN docs.
Thanks,
Daniel Klein