Array
Functions working on native VFP arrays.
AAverage
Computes the arithmetic average of values in an array.
AMax
Retrieves the maximum of values in an array.
AMin
Retrieves the minimum of values in an array.
ASum
Computes the sum of values in an array.