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 usingString income = req.getParameter("income");how can I manipulate income as integer and apply some maths?Theo
