digitSum ( _Zahl )
The digit sum of a given integer is the sum of all its digits
Average rating: 4.6 (29 votes) Log in to vote
Alexander Baier - Show more from this author
datamat Software Development http://fm-tutorial.de |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
The recursive function sum all digit of a Number.
1234 = 1 + 2 + 3 + 4 = 10
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.