Dim str as String str = Chr(34) + String.Join(Chr(34) + "," + Chr(34), arr) + Chr(34)
This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)