View Single Post
  #2 (permalink)  
Old 07-31-2007, 10:32 PM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
Only way I know of doing it is to use a StringBuilder.
Loop through each element and append it to the StringBuilder with the delimiter.
Reply With Quote