2011-03-29
Dismiss this until next updateThis documentation has been updated

The latest version of PrintShop Mail is currently 7.1. This documentation was updated on 2011-03-29 and covers the changes made in this version. If you are still using an older version of PrintShop Mail, you can access its documentation by using the Version: menu at the top-right corner of this screen.

If you wish to upgrade to PrintShop Mail7.1, you can do so via the Upgrade Request page. Note that in order to upgrade, you will need a valid OL Care contract as of 2010-09.

CODABAR

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

Syntax

CODABAR(Text, Start character, Stop character, Check digit)

Description

Computes a CODABAR barcode.

Example

CODABAR("123456", "A", "B", True)

Result

Parameter description

Text

The value represented by the barcode.Codabar barcodes can include numeric characters, special characters (-$:/.+) and spaces.

Start character

One of four special start/stop characters A,B,C and D.

Stop chararcter

One of four special start/stop characters A,B,C and D.

Check digit

True or False. Default value is False.

Codabar is useful for encoding dollar figures and mathematical figures. These barcodes are slightly larger than Interleaved 2 of 5 barcodes.

Codabar requires start and stop characters. The check digit is optional.