let's say I want to print a backslash and the pound symbol on a label: \£ I cant. I can only print either the backslash or the pound symbol, but the other one will render incorrectly.
This will print correctly the pound symbol, but will print a cent symbol instead of the backslash:
^XA ^CI28 ^FO^AT^FH^FD_c2_a3^FS ^XZ
And this will print correctly the backslash, but not the pound symbol:
^XA ^CI13 ^FO^AT^FH^FD_c2_a3^FS ^XZ
Do you know a way to combine these two in one single field ? Thanks