Functions Index :: A :: ArrayAverage
Module:
Definition:
ArrayAverage(string array)
Description:
Returns the (statistical) average of all array elements.
Examples:
a1 = "6, 5, 7, 9, 4, 8"
avg = ArrayAverage(a1)
# avg is now 6.5000, ie 39/6
$notes