Hi,
Anyone got a sample code to convert an array to a string. I have a field that holds values in the following way:
"Test1"
"Test2"
"Test3"
I want to get these values to another file in the following format: Test1,Test2,Test3
This is quite urgent for me. Can someone post the apt code for this?
Thanks a lot in advance
Aditi

To convert an array to a string - v... (Aditi S 6.Jan.10)
. . 