SUMMATION Function

Returns the sum of all elements of a dynamic array.

Syntax

SUMMATION(dyn-array)

Syntax Elements

dyn-array is the name of a dynamic array.

Comments

SUMMATION returns the sum of all numeric elements found in the specified dynamic array. Nonnumeric elements of dyn-array are ignored. Null elements evaluate to zero.

See Also

SUM function.

Examples