[java-dev] Re: Parse text as list/Atom
Owen Green
owen at owengreen.net
Fri Oct 12 09:35:19 MDT 2007
- Previous message: [java-dev] Re: Parse text as list/Atom
- Next message: [java-dev] mxj~ crackling when moving windows etc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Andrew, String.split() (Java 1.5 +) or StringTokenizer (for older versions) may be of help. -- Owen Andrew Robertson wrote: > Hi Emmanuel, > > Thanks for your reply. That's great. the filename is now a string. > if I wanted to convert that into an array of atoms (or strings) how would I do that? > > Regards, > Andrew > _______________________________________________ > java-dev mailing list > java-dev at cycling74.com > http://www.cycling74.com/mailman/listinfo/java-dev >
- Previous message: [java-dev] Re: Parse text as list/Atom
- Next message: [java-dev] mxj~ crackling when moving windows etc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
