What is the best way to clear an array of strings?
And of course there's the VB way using the Erase keyword:
Dim arr() as String = {"a","b","c"} Erase arr