Barcode functions and fonts are deprecated in PrintShop Mail 7.0 for Windows. We strongly advise using the Barcode Object instead.
Syntax |
EAN13(Text) |
Description |
Computes an EAN13 barcode |
Example |
EAN13("978123456789") |
Result |
|
Text |
Any text expression or data field containing a text to be represented by the barcode. |
EAN (European Article Number)
This function prints the variable barcode for the string using the EAN13 standard, which consists of an 12 digit numeric code. To print the barcodes, a special barcode font is needed.
The EAN13 code is used for overseas applications where a country code is required. The UPCA symbology is actually a subset of the EAN13 symbology.
This barcode is composed of 2 numbers for the country code, 10 numbers for the data characters, and a checksum. The checksum is generated automatically.