Hot to enable parsing of Escape Codes #30
Unanswered
DelphiCreator
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Just concat the string you want. For instance: \E 0x04 EOT End of Transmission var str : String := '123a' + #4 + '345'; |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
fantastic work. But I cannot find out how to enable parsing of Escape Codes.
In Zint Studio there is a checkbox to enable it.
What am I overlooking?
Thanks Uli
Beta Was this translation helpful? Give feedback.
All reactions