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