Skip special characters when printing code 39 using ZPL

325 Views Asked by At

I am trying to print code 39 Barcode using zebra ZPL. My Field Data is as follows :

^FDabc-def^etc..

Is there a command that will help skip the "-" in the Barcode? I only need to print "abcdef" without the special character.

Thanks.

1

There are 1 best solutions below

0
EdHayes3 On BEST ANSWER

In the code generating the ZPL, do a substring-replace and replace “-“ with “”.