HI
Thanks its works !!
I want to force the array to 12 values how I cant do it . because when i enter only two line (2 * 60) all the other values contains 'undefined'
thanks
breyt
Hi
thanks for this answer. how i can display textArray to verify if it work
I must fill diiferents filed like
document.f0.SYM01.value with the content of row 1 (60 caracters)
document.f0.SYM02.value with the content of row 2 (60 caracters)
thanks
breyt
HI
my code
___________________________
var sym=document.f0.SYMPTOME.value;
alert("sym"+sym);
var textArray = new Array();
for(var i=0; i<sym.value.length; i+=60)...
HI
How I can compare two field containing Hours minute second
I want to substract one from the others and get the difference in hours minute second
Thanks
breyt
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.