跳到主内容

搜索

搜索

Vb Script Required For Mod10 Check Digit Calculation

评论

1 条评论

  • 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

请先登录再写评论。