跳至主內容

搜尋

搜尋

Rounding Data Of Text Object

評論

1 條評論

  • 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

登入寫評論。