Verhoeff check digit algorithm
sharpeJun 16 2008 — edited Jun 18 2008Hi. I'm wondering if anyone has or knows of code which calculated a number's check digit using the Verhoeff check digit algorithm. The algorithm is described here: http://en.wikipedia.org/wiki/Verhoeff_algorithm and even gives a coding example using MS SQL Server here: http://www.stens.ca/kb/VerhoeffCheck, but I can't find an example of it coded using PL SQL.
Any help would be appreciate more than you know!