+1 888 340 6572

SumList: Difference between revisions

From MultiCharts
(Created page with "Returns a sum of the values of the specified numerical expressions. ==== Usage ==== <syntaxhighlight>SumList(Value1,Value2,Value3, etc.)</syntaxhighlight> Where: [[Value1...")
(No difference)

Revision as of 14:27, 26 January 2012

Returns a sum of the values of the specified numerical expressions.

Usage

SumList(Value1,Value2,Value3, etc.)

Where: Value1, Value2, Value3, etc. - numerical expressions

Example

SumList(45,-20,0,35) will return a value of 60