Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting String Array Into CSV String

Status
Not open for further replies.

manishjoisar

Programmer
Apr 29, 2002
52
0
0
IN
I have data like
Array(0) = "Tgc_No"
Array(1) = "Tgc_Desc"
Array(2) = "Tgc_Quantity"
Array(3) = "Tgc_Rate"
Array(4) = "Tgc_Amount"

I want it to convert as follows
Dim Abc As string
Abc = "Tgc_No,Tgc_Desc,Tgc_Quantity,Tgc_Rate,Tgc_Amount"
Other than loop solutions i.e. direct functions is there to convert
 
no problem...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top