arraynumerictotal(
ARRAY
,
SEP
)

The arraynumerictotal( function totals all the numeric elements of a text array.


Parameters

This function has two parameters:

array – The original numeric text array.

sep – The separator character or characters used in this array.


Description

This function totals all the numeric elements of a text array.

arraynumerictotal("3+6+12","+") ☞ 21
arraynumerictotal("23,42,14",",") ☞ 79

See Also


History

VersionStatusNotes
10.0UpdatedCarried over from Panorama 6.0 but more than one character is now allowed for use as the separator parameter