Hi,
I'm very new to ASP and have been trying to figure how to do this for a while now. I have an array taken from recordset using GetRows() and I wish to do a numeric addition of all the numbers in the array so that I get a total value.
eg. array elements are 1,2,3,4,5
total = 1+2+3+4+5
Thanks in advance!
I'm very new to ASP and have been trying to figure how to do this for a while now. I have an array taken from recordset using GetRows() and I wish to do a numeric addition of all the numbers in the array so that I get a total value.
eg. array elements are 1,2,3,4,5
total = 1+2+3+4+5
Thanks in advance!