Skip to main content

Search

Search

Rounding Data Of Text Object

Comments

1 comment

  • Avatar
    Shotaro Ito

    I'm not exactly sure about how you want - the text at the right of "unit weight" shows "BAG50LB".

     

    btw, if you want to round number such as 3.05 to 3 and 72.88 to 73, you can use Transform (More option)'s VB Script

    such as:

     

    OnProcessData:

    Value = Round(Value)
    
    0

Please sign in to leave a comment.