What is the best way to clear an array of strings?
If you're needing to do things like clear, you probably want a collection like List(Of String) rather than an array.
List(Of String)