Table of Contents
Overview
This Custom Field converts the given string to the glyphs required to output a Code 128 barcode using the Code128bWin or Code128bWinLarge font. It converts a purely numeric code into a Variant C Code 128 barcode, or an alphanumeric string into a Variant B code 128 barcode.
Syntax
CODE128(FIELDSTR(MyCode))
Element | Description |
---|---|
Content | Content to decode |
Example