Home Search

DriveWorks Pro 21
SppStringSum

Send Feedback

SppStringSum

Returns the sum of all values from a pipebar (|) delimited string. If a value is not a number it is excluded.

Syntax

SppStringSum([String to Filter])

Where:

String to Filter is a Pipebar (|) delimited string of values to sum.

Example

RuleResultMeaning
SppStringSum("1|2|3|4")10Will return the sum of all values in the string.