Mod10Rec ( num ; result ; loop )
Returns the checksum with the Modulo 10 recursive method
Be the first to rate this function Log in to vote
Joachim Schmid - Show more from this author
LaZ Lernen am Zürisee GmbH https://laz.ch |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Recursive function that returns the checksum with the Modulo 10 recursive method. (Used for Swiss payment orders, e. g. ISO-20022.)
The parameter "num" contains the number; only numerical values are processed.
The parameters "result" and "loop" have to be set to 0 when the function is called.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.