Hi,
I try to scan 2D matrix code that includes four information, all of them start with nonvisible character FNC1. I need to split scanned string according to this nonvisible character. When I scan the code I can see the nonvisible characters in the string as a crossed rectangle, but this character cannot be copied nor it is included in the saved string in the table.
For example: this is the saved string - 0103830044943141210003F10RH3D417250228102302029A. But the original code with nonvisible characters (I use ¤ for illustration) is ¤0103830044943141¤210003F10RH3D4¤17250228¤102302029A.
The problem is that none of the information has set number or characters so I cannot split the string according to the length of each element. So I need to identify the delimiter.
Thanks!

