Thread
:
StringTokenizer not recognized
View Single Post
Apr 14th, 2007, 9:26 PM
#
3
ReggaetonKing
Sexy Programmer
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power:
3
T is right. It must be a String object in the constructor unless you are defining the delimiters.
Try that
(
Toggle Plain Text
)
StringTokenizer st = new StringTokenizer("" + data);
StringTokenizer st = new StringTokenizer("" + data);
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing
View Public Profile
Find More Posts by ReggaetonKing