SUM Function

Generates the sums of the numeric elements at the lowest levels of a dynamic array and returns a new dynamic array in which each element at the next level is replaced by the sum of its contents.

Syntax

SUM(dyn-array)

Syntax Elements

dyn-array An expression that evaluates to a dynamic array.

Operation

See Also

SUMMATION function.

Examples

Go to top button