I have a barcode (GS1). I need to get the scanned result into a text box for further processes. But the scanned result does not contains the delimeters as expected.
Expected Barcode Result - 313233(56)42(44)556(43)
As an example I use (56)
and (44)
as start and end delimiters to get values in between.
Actual Scanned Result - 31323356424455643
Is there a way to read values from a barcode with delimeters ?