The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 04-20-2008
grotesque grotesque is offline
Registered User
 

Join Date: Jan 2008
Posts: 6
hi,

you can make use of stringtokenizer to help extract the values into "tokens". by default the delimiter to extract the value is "space" and also in this case all your values are seperated by space.

hope this helps.
Reply With Quote