Vb Script Required For Mod10 Check Digit Calculation
Hi,
I require help to make a VB script to do the following MOD10 check digit calculation with 137137... weighting on a 6 digit number. The formula is as follows:
data example: 112233
weighting:
0
-
I solved it now,
You can insert Text object with your value (112233), then double-click on this object, in Sources/Type you choose "VBScript" and in the Expression windows write:
UccMod10(112233, TRUE)
than - as you can see, behind you value is the "6" number (it it the modulo 10 number of your value).
Karel J.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar