Barcode

Purpose:

This function converts a string to a barcode.

Parameter:

String             Barcode value (contents). Some barcodes require special formats that must be used. Further information can be found in Chapter Supported Barcode.

String          Barcode type. The possible barcode types will be listed by the auto-complete function of the wizard. If the barcode cannot be correctly interpreted it will not be printed.

The barcode type can be specified as language-independent (e.g. "3OF9") or language-dependent (e.g. "3-of-9"). The language-independent variant is always in the format "UPPERCASE without spaces and special characters".

Return value:

Barcode

Example:

Barcode(Upper$(Name),"3of9")