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.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

Barcode.UPCChecksum

Calculates checksum for UPC barcodes.

Component Version macOS Windows Linux Server iOS SDK
Barcode 3.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "Barcode.UPCChecksum"; Text )   More

Parameters

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"

Result

The checksum as text.

Description

Calculates checksum for UPC barcodes.

Examples

Calculates a checksum:

MBS( "Barcode.UPCChecksum"; "12345" )

Calculates 7 for the EAN 5901234123457:

MBS( "Barcode.UPCChecksum"; "590123412345" )

See also

Release notes

Example Databases

Blog Entries

Created 18th August 2014, last changed 5th September 2019


Barcode.SetPrimary - Barcode.WriteFile

Feedback: Report problem or ask question.