Thanks, now it works.
So far I have used valueOf() and Integer() and I have encountered
problems with the compiler.
Theo
----- Original Message -----From: Balogh AndrasSent: �������, 10 ����� 1999 21:18Subject: Re: How do I manipulate input data?Hi !!Very simple:useInteger.parseInt(income);Throws: NumberFormatExceptionBest wishes,Andras-----Original Message-----
From: �� ����� ��������� <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Monday, May 10, 1999 7:07 PM
Subject: How do I manipulate input data?Hi,I apologise if the following is not a strict servlet related question.When I get user input from a form by usingString income = req.getParameter("income");how can I manipulate income as integer and apply some maths?Theo
