跳到主内容

搜索

搜索

Ucc Mod 10 Check Digit

评论

1 条评论

  • Avatar
    Domingo Rodriguez
    版主

    On your BT object you could create 3 data sources. One for "Column A", the second for "Column B" and the third one with a VBScript data type. You would give the second data source (the one for column "B") a variable name, which will then be used by the third data source when you write your VBScript. As an example of the VBScript you could write:

     

    Value = UccMod10 (Format.NamedSubStrings("myvar").Value)

     

    Make sure to give the second data source (for "Column B") a numeric Sample Data.

    0

请先登录再写评论。