Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - c_arrsum() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 C_ARRSUM()

 DESCRIPTION

 C_ARRSUM() returns the sum of all defined elements in the specified
 array.

 SYNTAX

 C_ARRSUM(array)

 PARAMETERS

 array (A) is the array to calculate the sum for each defined
 element.  The array argument is specified without quotes.

 RETURNS

 C_ARRSUM() returns the sum as a numeric.

 EXAMPLES

 private arr1[4]
 arr1[1] = 25
 arr1[2] = 50
 arr1[3] = 75
 arr1[4] = 100

 ? c_arrsum(arr1) --> 250


See Also: C_ARRAVG() C_ARRCT() C_ARRMIN() C_ARRMAX() C_ARRSTR()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson