"- Steve -" <sevans@foundat ion.sdsu.edu> wrote in message
news:OseAb.1044 3$LV1.542@okepr ead05...[color=blue]
>
> It doesn't appear that Visual Studio 2003 has the
> StringTokenizer class for a J# project. Am I missing
> something?
>[/color]
Maybe they renamed it to 'CStringTokeniz er' ;) !
Cheers,
Anthony Borla
P.S.
I'm not sure that J# could be classed as Java - probably best stick to the
J2SDK since you *know* it works !
String[] strArray = "this is a test".split("\\ s");
Now pour over the array to pick up the tokens.
Good luck,
-Mitch
"- Steve -" <sevans@foundat ion.sdsu.edu> wrote in
news:OseAb.1044 3$LV1.542@okepr ead05:
[color=blue]
> It doesn't appear that Visual Studio 2003 has the StringTokenizer
> class for a J# project. Am I missing something?
>
> Steve
>
>[/color]
Comment