Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you print the underscore in a zebra label?

I’m printing a parameter returned from a query that’s a string of letters and underscores.

The label prints just the letters without the underscores, and I’m not sure how to fix it.

^FD<String>^FS
^FH^FD<String>^FS

Thank you very much.

(Removing the FH Only reads to the first underscore.
like image 796
just_losing_it Avatar asked Nov 21 '25 12:11

just_losing_it


1 Answers

The ^FH command without parameter defaults to underscore as the hexidecimal escape character. Either remove the ^FH or specify a different escape character like backslash using ^FH\^FD<String>^FS.

like image 101
Mark Warren Avatar answered Nov 23 '25 08:11

Mark Warren



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!