Serialized Number With A Check Digit
Hi,
Has anyone used a serialized set of numbers with a check digit (Base 7 numbering)?
example:
prefix sequence no. check digit serial number
BA1 000001 1 BA10000011
BA1 000002 2 BA10000022
BA1 000003 3 BA10000033
BA1 000004 4 BA10000044
BA1 000005 5 BA10000055
BA1 000006 6 BA10000066
BA1 000007 0 BA10000070
BA1 000008 1 BA10000081
BA1 000009 2 BA10000092
BA1 000010 3 BA10000103
BA1 000011 4 BA10000114
I can't find any reference to adding a check digit to a number.
Thanks,
Ken
-
I don't think this style of check digit (base 7) is a built-in algorithm, so you would build your data string using custom VB scripting.
0 -
nRyder,
Thanks for the help.
Ken
0
Please sign in to leave a comment.
Comments
2 comments