Home Search

DriveWorks Pro 21
ListSum

Send Feedback

ListSum

Calculate the sum of the numbers in the specified list.

Syntax

ListSum([List])

Where:

List is the list to sum numbers from.

Examples

RuleResult
ListSum("1|24|4")This will return 29