See Also Examples Applies To
Returns the checksum of a Code 39 barcode.
Syntax
object.BarCodeGetChecksum39 (sCode)
The BarCodeGetChecksum39 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 Maxi 39 digits (without checksum). Supported characters: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ-0[space]$/+%$ |
Returns
String. The one alpha checksum.
Category
Draw (Bar Codes)