Does string.join work only with one dimensional arrays or
syntax may be different for multidimensional arrays?
I have
sShipTo = String.Join(", ,", aShipTo)
where aShipTo is two dimensional array.
TheMSsForum.com: The Microsoft Software Forum