Returns the sum of an array of numbers.
Rhino.Sum (arrNumbers)
arrNumbers |
Required. Array. An array of numbers to sum. |
Number |
The sum of the array if successful. |
Null |
If not successful, or on error. |
MsgBox Rhino.Sum(Array(1,2,3,4,5,6,7,8,9))