跳到主内容

搜索

搜索

String To Integer Conversion

评论

1 条评论

  • Avatar
    Michael Toupin (mtoupin

    to round a value using VB scripting, you'd want to use the script:

     

    value = round(value)

     

    a type mismatch usually occurs when your sample data is not numeric.  You should change that in your data source to a number and it will work appropriately.

    0

请先登录再写评论。