|
StringTokenizer
I have a form, where the user will enter a series of numbers, and need to make it so that the numbers are separated by spaces, and then then each number is stored as an int.
Help with the StringTokenizer, or a better method would be much appreciated.
|