Functions working on native VFP arrays.

AAverageComputes the arithmetic average of values in an array.
AMaxRetrieves the maximum of values in an array.
AMinRetrieves the minimum of values in an array.
ASumComputes the sum of values in an array.