See Also Examples Applies To
Returns the checksum of an EAN13 barcode.
Syntax
object.BarCodeGetChecksumEAN13 (sCode)
The BarCodeGetChecksumEAN13 syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| sCode | Required. String. The barcode string. Must be 12 or 13 digits (12 + checksum). |
Returns
String. The one digit checksum. Empty if sCode length is < 12 or > 13.
Category
Draw (Bar Codes)