On Sun, 10 Sep 2000, you wrote:
> You iterate through your array and append the values to a StringBuffer.
Why not use:
String(char[] value, int offset, int count)
by doing
String theString = new String(charArray, 0, charArray.length());
-M@
--
Matt Hixson
Aventail Corporation
Seattle, Washington
===========================================================================
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