7.1
2013-09-23

ITF

Barcode functions and fonts are deprecated in PrintShop Mail 7.0 for Windows. We strongly advise using the Barcode Object instead.

(Interleaved 2 of 5)

Syntax

ITF(Text [,Check digit)

Description

Computes an ITF barcode .ITF has the flexibility to encode any even number of digits. If you have an odd number of digits, a leading zero will be added.

Example

ITF("1234567890")

Result

Parameter description

Text

Any text expression or data field containing a text to be represented by the barcode.

Check digit

Interleaved 2 of 5 is prone to substitution errors, it is advised to use a check digit.

Also known as I2of5, this is a numeric only barcode that prints out a little larger than the UPCA barcode when 10 digits are encoded.

This symbology has the flexibility to encode any even number of digits.

This barcode is an excellent candidate for numeric only applications, and it is the best symbology to use for fixed mount readers.

Because Interleaved 2 of 5 is prone to substitution errors, you should always use a checksum.