Skip to main content

Search

Search

Vb Script Required For Mod10 Check Digit Calculation

Comments

1 comment

  • Avatar
    Karel Jurkovič

    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

Please sign in to leave a comment.