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 Andras
To: [EMAIL PROTECTED]
Sent: �������, 10 ����� 1999 21:18
Subject: Re: How do I manipulate input data?

Hi !!
 
Very simple:
 
use
Integer.parseInt(income);
 
 
Throws: NumberFormatException
 
Best 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 using
 
    String income = req.getParameter("income");
 
how can I manipulate income as integer and apply some maths?
 
Theo
  • ... Θεόδωρος Κυριμαλής
    • ... Michael Nash
    • ... Balogh Andras
      • Θεόδωρος Κυριμαλής

Reply via email to