hi, i have stored certain data in a text file. I use string tokenizer and get the data in the form of a string. How can i convert string to an integer. arun
Daniel Olson
Ranch Hand
Joined: Jan 05, 2001
Posts: 81
posted
0
int num = Integer.parseInt( str );
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.