跳到主内容

搜索

搜索

How To Change Object Value Based On Another Object

评论

1 条评论

  • Avatar
    Shotaro Ito

    If you're entering the script on OnProcessData event, the script itself looks fine.

    However when datasource is not number, it causes script error. To avoid, you can add line below at the top of your script.

    If Not IsNumeric(Value) Then Exit Sub 
    0

请先登录再写评论。