Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/08/2003, 05:11
Avatar de Mickel
Mickel
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años
Puntos: 7
Creo que el problema es que con la sintaxis actual SOLO aceptas comas. Donde dice:
return (key <= 13 || (key >= 48 && key <= 57 && key==44));
deberia ser
return (key <= 13 || key==44 || (key >= 48 && key <= 57));
__________________
No tengo firma ahora... :(