isValidVIN ( VIN )
Сhecks the VIN ( Vehicle Identifier Number )
Be the first to rate this function Log in to vote
Omelyan Burtnyk - Show more from this author
Go To Logistics https://gotologistics.net |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Сhecks the VIN ( Vehicle Identifier Number ) by the standard algorithm
Correct for North America
Comments
Lazarus Sismanis, Decision Group May 16, 2019 |
||
One minor correction on line 18: ~vin = Upper( Table::VIN_field ); should be ~vin = Upper( VIN ); Thank you for this custom function. |
||
Omelyan Burtnyk, Go To Logistics May 16, 2019 |
||
Thank you Lazarus Sismanis I've corrected |
||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.