Thanks for taking the time to read my question.
I'm wondering if there is a way to total up values in an array like you can with a SELECT statement. Group on one column, sum on another. Or is the only way to loop through the array looking for matches and totaling them up?
Thanks