Good day all,
I am working on an app that has a single line field with QR code\Barcode reading enabled.
It
will be used to scan barcodes on vehicles populating the field with the
VIN of the vehicle, which is a 17 character alpha numeric value. I
have limited the field to only accept 17 characters.
Some
makes of vehicles include an " i " character at the start of the VIN
when you scan the code. The " i " character does not make up part of the
vehicle's VIN and therefore should not be included in the entry.
I'm
looking for assistance in generating a script that would ignore the
leading " i " character and take the following 17 characters.
Thanks,