I need to save a json file to read after. but when it save de file, it lose two essential character. This is the part of the file that i send:
"key": "value<br><font size = \"1\">value</font>",
And this is what it goes to the file:
"key": "value<br><font size = "1">value</font>",
It loses...
Hi,
I am developing an application for EAN128 barcode reading
in this proce i need to track CHR(29) char that is used from EAN128 to separate 2 or more field
i read my barcode in a textbox object but the chr(29) char is IGNORED
CHAR(29) is not readable char and is the GS GroupSeparator used by...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.