Skip to main content

Search

Search

How To Change Object Value Based On Another Object

Comments

1 comment

  • 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

Please sign in to leave a comment.