Ver Mensaje Individual
  #12 (permalink)  
Antiguo 15/02/2002, 11:07
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 1 mes
Puntos: 0
Re: facil y bonito

eyyyyyyy........
por fin me dieron una funcion que le quitara todos los ceros a la izquierda y los caracteres no numericos...
aki esta por si a alguien le sirve

var CadenaInter=""
for (c=0;c<Cadena.length;c++){
if ((Cadena.substr(c,1)>="0") && (Cadena.substr(c,1)<="9")) { CadenaInter=CadenaInter+Cadena.substr(c,1) }
}
Cadena=CadenaInter
for (c=0;c<Cadena.length;c++){
if (Cadena.substr(c,1)!="0"){var fin=c ;c=Cadena.length}
}

Cadena=Cadena.substr(fin,Cadena.length-fin)

:) ;) :P ;) :P