Hi list
I have the next code, but how can be made better?
var i;
var suma=0;
var valor;
for(i=1; i<=24; i++){
valor=$F( 'quincena_'+ i).strip();
if(valor!='' && !(isNaN(valor))){
suma+=parseFloat(valor,10);
}
}
--
________________________________________
Lo bueno de vivir un dia mas
es saber que nos queda un dia menos de vida
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---