How to add a tab in a Datamatrix Barcode?

0 votes
asked by about CABLABEL R2+
edited by

How to add a tab in a Datamatrix Barcode?

1 Answer

0 votes
answered by (264k points)

To add a tab, you need to make sure that you're using \011 then use the below code to add a tab. There are users who confirmed this is working correctly:

&data:='abc\011def'
or
&data:='abc'+char(9)+'def'

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...