Ver Mensaje Individual
  #3 (permalink)  
Antiguo 05/09/2008, 06:34
Avatar de foreverOdd
foreverOdd
 
Fecha de Ingreso: noviembre-2007
Ubicación: Caracas
Mensajes: 489
Antigüedad: 16 años, 5 meses
Puntos: 14
Respuesta: Separar Numero , en parte entera y parte decimal

que tal la funcion split?

arr = numero.split(".");

entero = arr[0];
decimal = arr[1];
__________________
My path is lit by my own fire, I only go where I desire