No it is not fixed, that is the problem. The number in the total calls column is Right Justified. The last number is always in the same place, however if I break up the array based on " " the element # is going to change based upon the lenght of that #.

For example if the the number in the TimeSlot is a single digit and the number in the total call is a single number then the element # is 23, however if the number in the timeslot is a double digit number and the number in the total calls is a single digit number the element # is 22, or if the number in the timeslot is a double digit and the in the total calls is a triple digit, then it is element # 19.

I can always know what I am working with in the timeslot, but not in the total calls.
_________________________
Today is the tomorrow you worried about yesterday.