Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/08/2006, 13:04
Avatar de stock
stock
 
Fecha de Ingreso: junio-2004
Ubicación: Monterrey NL
Mensajes: 2.390
Antigüedad: 20 años, 6 meses
Puntos: 53
Código:
String numero = request.getParameter("parint");
int n = 0;
try{
   n = Integer.parseInt(numero);
}catch(Exception e){}
have funnnnn