View Single Post
Old 04-08-2003, 07:01 AM   #3 (permalink)
Apodysophilia
Regular Contributor
 
Apodysophilia's Avatar
 
Join Date: Apr 2003
Location: noWhere, PA
Posts: 104
Apodysophilia is on a distinguished road
Send a message via AIM to Apodysophilia
but do i need
Code:
StringTokenizer sTok = new StringTokenizer ( inputStr); 
          value = Integer.parseInt( sTok.nextToken() ) ;
only without the interger.parseInt
Apodysophilia is offline   Reply With Quote