Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/09/2005, 13:26
Avatar de Saruman
Saruman
 
Fecha de Ingreso: mayo-2003
Ubicación: Panama city, Panama, Panama
Mensajes: 1.154
Antigüedad: 21 años, 8 meses
Puntos: 5
aqui la tienes

Código HTML:
num = 458.59
pos = num.toString().indexOf(".");
res = String(num).substring((pos+1), num.length);
alert(res)
pd. bienvenido al foro!!
__________________
Saruman

One Ring to rule them all, One Ring to find them, One Ring to bring them all and in the darkness bind them.