Hi community,
I would like to scan mutliple QR Codes and store a part of the result in a collection.
The result of the scan is that : FL2019W49200805 FFE20FD1
I want to keep only the last part (FFE20FD1).
How can i do that ? The function Right( String, NumberOfCharacters ) do exactly what i want but don't work with numbers.