Feature Overview
SUM() returns the sum of the numbers in the given arguments.
- If the argument contains nil or false, the result will not be correct.
- If too many arguments are given, Out of memory is returned. (In the sample, up to 710 arguments)
- This function consumes 15 Token.
If you are concerned about some of the problems, consider using the "More Argments Ver" code.
Other tuple trick code: INRNG()
[Please log in to post a comment]