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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Calculates checksum for UPC barcodes.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Barcode | 3.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
Text | The text with the numbers for the barcode. Do use text and not number, where starting zeros would be skipped. |
"12345" |
The checksum as text.
Calculates a checksum:
MBS( "Barcode.UPCChecksum"; "12345" )
Calculates 7 for the EAN 5901234123457:
MBS( "Barcode.UPCChecksum"; "590123412345" )
Created 18th August 2014, last changed 5th September 2019
Barcode.SetPrimary - Barcode.WriteFile
Feedback: Report problem or ask question.