I know how to split strings...
strSomething.split( strDelimiter );
But how can I join one? Most other languages that use a split() method also have a join() method. Maybe there is none. I wouldn't be surprised - with the quality of Sun's work and all. I can't believe it took them this long just to get a freakin' split method - new as of 1.4. Anyway, thanks in advance. ________________________________________
Michael C Flanakin
Indigo Web Systems
michael.flanakin@indigows.com
strSomething.split( strDelimiter );
But how can I join one? Most other languages that use a split() method also have a join() method. Maybe there is none. I wouldn't be surprised - with the quality of Sun's work and all. I can't believe it took them this long just to get a freakin' split method - new as of 1.4. Anyway, thanks in advance. ________________________________________
Michael C Flanakin
Indigo Web Systems
michael.flanakin@indigows.com