Rounding Data Of Text Object
running bartender 9.2, I need to be able to round the output of a text object. running into errors when using different round vb commands.
need some help in setting up the field and using the VM functions
the field I am trying to round is the "unit Weight" see attached label
0
-
Shotaro Ito
★ BarTender Hero ★
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
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar