I would like to store 2 values in the same array index. I have to sum and to some calcutions on data that was entered by the hour. I need to sum these values for the day and use this value later in a calculation. THe problem I am running into is there are different formulas based on the day of the week. What I was thinking was store the sum for a day then store what day of the week it was.
ie: myarray(10,Sunday) 10 being the total and sunday being the day of the week. Is this even possible?
Thanks in advance
Chris
ie: myarray(10,Sunday) 10 being the total and sunday being the day of the week. Is this even possible?
Thanks in advance
Chris