Table of Contents
Overview
This Custom Field encodes the given numerical value into barcode font glyphs in the Interleaved 2 of 5 format. The characters output should be formatted in the document using the ‘Dobson2OF5’ font.
Syntax
I2OF5(‘String’)
I2OF5(‘1234567890’)
Element | Description |
---|---|
String |
The numeric code to convert to Interleaved 2-of-5 format.
|
Example
I2OF5(FIELDSTR(‘mycode’))
See also