I have this code
temp = token.nextToken().toString();
numero = Integer.parseInt(temp);
Is is giving me a numberFormatExeption error Knowing that temp is a string and numero is declared to be an interger
can anyone help
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Threaded View
|
Click Here to Expand Forum to Full Width |