Hi,
I'm scanning a GS1 DATAMATRIX type Barcode and encountered a problem/bug.
Variables:
Barcode Scanner - BarcodeScanner
Label - Barcode Scanner Result
While using the Label, and populating the text as "BarcodeScanner.Value", it appears correctly.
Ex. 2D barcode value on the product box, 011234567891123456789. When in the Label, appears as 011234567891123456789
It's a 1:1 match.
However, when I use the function Mid(), it displays, the incorrect values.
Ex. Mid(BarcodeScanner.Value,3,14) It should show 12345678911234. Instead shows, 11234567891123.
Is there a fix for this?
Thank you,