See Also Examples Applies To
Test the EAN13 barcode validity.
Syntax
object.BarCodeIsValidEAN13 (sCode)
The BarCodeIsValidEAN13 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 13 digits (12 + checksum). |
Returns
Boolean. True if the barcode is valid else False.
Category
Draw (Bar Codes)