Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
Statistic
FMM
Blog
Barcode.Modulo10Checksum
Calculate checksum with Modulo 10 recursive.
Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
Barcode | 11.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Barcode.Modulo10Checksum"; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Value | The input value. |
Result
Returns OK or error.
Description
Calculate checksum with Modulo 10 recursive.This is check digit generation by Modulo 10 recursive for Swiss Payment Codes.
See also
https://www.paymentstandards.ch/dam/downloads/ig-qr-bill-en.pdf
Examples
Calculates an examples to get 7:
MBS("Barcode.Modulo10Checksum"; "21000000000313947143000901")
Example result: 7
Release notes
- Version 11.1
- Added Barcode.Modulo10Checksum function.
Created 18th February 2021, last changed 18th February 2021
Barcode.LibVersion - Barcode.SetInputMode
Feedback: Report problem or ask question.

Links
MBS Xojo tutorial videos