This may be obvious, but I can't find anything about it in my searching.
What is the difference between
MyVar() as String
and
MyVar as String()
I realise the first is an array made up of strings. But what is the second? What is a String Array? Or is it just the same?