| Re: [ecf-dev] Splitting an old String |
|
Hi Wim, According to the Foundation 1.1.2 API (@see http://java.sun.com/javame/reference/apis/jsr219/) --- SNIP --- StringTokenizer is a legacy class that is retained for compatibility reasons although its use is discouraged in new code. It is recommended that anyone seeking this functionality use the split method of String or the java.util.regex package instead. --- SNIP --- I'm not an ME expert myself, but if from these docs it seems that is not necessary... Best regards, Dann Wim Jongman wrote: Hi, |