I am trying to create a GS1-128 barcode using ZPL. The barcode should have parenthesis automatically filled in at the start of the human readable before and after the first two digits. In other words, I would like to send a SSCC-18 string like this: "00206739780661776353", the human readable should show "(00)206739780661776353" and the barcode should read "00206739780661776353".
This is my code so far:
^XA
^FO360,630^BY2^A0N,30,30^BCN,100,Y,Y,N,D^FD00206739780661776353^FS
^XZ
If I manually input "^FD(00)206739780661776353^FS", the "(00)" shows in the human readable, but not in the barcode, which is what I want, but I am struggling to get the parenthesis around the first two digits automatically. Is there a way to do this in ZPL?
Any help or tips on where to look would be greatly appreciated!