I have looked through the documentation, but have not found an easier way to find the average of all of the elements of an array other than looping through the array to create the sum, then dividing by the number of elements in the array. I know how to do that, but I was wondering if there is there an easier way? Coming from VB, sometimes I miss the smallest things simply because they are named differently in Xojo.