DataBasic Reference > Statements and Intrinsic Functions > S > SUM Function

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

SUM Function (DataBasic) (m618703+sum_f.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

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(dynArray)

Syntax Elements

dynArray An expression that evaluates to a dynamic array.

Operation

Note: This behaviour can be changed with the SUM.NULL compatibility option.

See Also

SUMMATION function.

Examples

RealityV15.1 (MoTW) Revision 7Comment on this topic