Hi there

I have one array consisting of 5 value
ie
myval[0]="one";
myval[1]="two";
myval[2]="three";
myval[3]="four";
myval[4]="five";

is there any function that will copy the value of array into a string
seprated by comma(without using any loop)

ie abc ="one,two,three,four,five";

Since I have worked on PHP3 , there i use to use join funtion

How to achive this in java please help me out

Please help me out

Regards :)
Kanojia Jogesh
IG TEchnologies,Mumbai,India

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to