Views:

Product: LABELVIEW, CODESOFT

Version: All Versions

 

A group separator is a non-printable character. These characters can be used in barcodes, but they must be inserted using a Formula command with CHAR().

To use CHAR() to add a group separator between 1234 and 5678:

1. Click Data sources > Formula > Add.

2. Enter a Name for the formula, for example BarcodeFormula.

3. Enter "1234" & CHAR(29) & "5678" in the formula field. The ASCII code for a Group Separator is 29, and CHAR(29) inserts it between values.

4. Click OK.
5. Navigate to Data sources > Formula > BarcodeFormula > Place, then select a location on the label.

6. When prompted, choose Barcode.

Note: The same process can be used for Record Separators by replacing 29 with 30. The ASCII code for a Record Separator is 30.