Barcodes

GETBARCODEGLYPHS – Return glyphs from barcode font

220 views June 1, 2018 admin 1

Overview

This Custom Field returns the glyphs to use from the specified barcode font.

Syntax

GETBARCODEGLYPHS(‘FontName)

Element Description
FontName The barcode font to be returned, e.g. EanBwrP36Tt, EanT48L

Example

GETBARCODEGLYPHS(EanBwrP36Tt) returns {0123456789}{ABCDEFGHIJ}{abcdefghij}{#$%&’()*+,}{-!!}.

EAN13(FIELDSTR(ProductCode), GETBARCODEGLYPHS(‘EanT48L‘))

See also

CODE128

EAN8

EAN13

I2OF5

UPC

FIELDSTR

Was this helpful?