View Single Post
Old Apr 14th, 2007, 9:26 PM   #3
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
T is right. It must be a String object in the constructor unless you are defining the delimiters.

Try that
StringTokenizer st = new StringTokenizer("" + data);
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote