Hi all,
I use a barcode scanner, and use:
This gives me a Chr(13) at the end of my scan result. How to remove??
I tried replace(chr(13),""), but to no avail.
Any one has an idea?
I use a barcode scanner, and use:
B4X:
Sresult = BytesToString(Buffer, 0, Buffer.Length, "UTF8")
This gives me a Chr(13) at the end of my scan result. How to remove??
I tried replace(chr(13),""), but to no avail.
Any one has an idea?