thanks
being a learner what I followed is that I have to create arrays for months[0-11],catergories[0-11], and avgNode[0-3],slabsnode[0-4] and accordingly create relevant input boxes for inserting...
I have written the followinf code using arrays and based on this my calculator at http://airbiopf.org is working in order. But what i want to know that I am using arrays at present for 2 quarters ...
thanks.
i further will like to know in what manner I can change the function provided by you so that the average is calculated afresh every quarter instead of half-year as now. for example in ...
007Jullian sir,
thanks.This is exactly I wanted.But beyond me to solve.incidentally I think if (Vle=parseInt(indxnos[i]) will work irrespective of the fact whether indxnos value is 0 0r "".
What...
my array consists of 6 elements out of which as on date 4 are empty or 0 because previous month data comes next month as under:
July-12 Aug-12 Sep-12 Oct-12 nov-12 Dec-12
212 214
the data...