Hi. I'm currently modifying my app to be able to use Data Matrix scanning via phone. I'm adding a Barcode Scanner button that when scanning the Data Matrix, gives me a similar string,
"STRING1 STRING2 STRING3 STRING4"
I need a way to automatically load each one of these small substrings into a separate text input for each string. I tried using the split function but couldn't quite get it to work.
See the attached photo for reference