Java with String Tokenizer

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Dec 2003
Posts: 1
Reputation: kait is an unknown quantity at this point 
Solved Threads: 0
kait kait is offline Offline
Newbie Poster

Java with String Tokenizer

 
0
  #1
Dec 7th, 2003
Hi, I need to import a file with strings and integer values, and use each word i import as a seprate variable. I thought of using String Tokenizer to separate the words and make them 'tokens' but im not sure if that will make them variables and if it will how do i call upon certain variables..
for example
Txt File:
(in a StringTokenizer)
Victoria Baker / 9 / 3 / 195000

how would i call specifically on the 195000 to give it a 4% raise?

thanks
Kait
Reply With Quote Quick reply to this message  
Join Date: Jun 2003
Posts: 313
Reputation: red_evolve is on a distinguished road 
Solved Threads: 0
red_evolve's Avatar
red_evolve red_evolve is offline Offline
Posting Whiz

Re: Java with String Tokenizer

 
0
  #2
Dec 29th, 2003
Hi :-) First and foremost, is it a fixed format for there be a slash after the name, after the first integer and after the second integer?
Reply With Quote Quick reply to this message  
Join Date: Feb 2004
Posts: 16
Reputation: CodeMasterFlex is an unknown quantity at this point 
Solved Threads: 1
CodeMasterFlex's Avatar
CodeMasterFlex CodeMasterFlex is offline Offline
Newbie Poster

Re: Java with String Tokenizer

 
0
  #3
Feb 3rd, 2004
I'm not sure what your program design is but it sounds like you'll need to make a seperate class to hold the data within a structure like a tree. So as your tokenizer seperates each token check to see if it's a word or a number then store them in an appropriate object within the tree. If they only need to be in their primitive data type values then maybe you won't need the objects just the check with maybe an if statement to check and then throw it up in the tree structure. any other data structure would work just as well I would assume. An array or stack, queue, linked list. the object would let you call back the variables. I know I haven't been really clear so let me know some more info and I'll try to help more.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC