From: "Rebhan, Gilbert" Date: 2007-02-07T23:51:07+09:00 Subject: Re: Parse csv similar file Hi, > filename=filename< ... > > is there a better way ? /* That's OK, just beware that the way you've done it you've modified the string which was passed in. e.g. ... */ yup, i know, but somewhere i read that string concatenation via << would be better/quicker as + because no new String object gets created. Regards, Gilbert