Minimum Barcode Characters (Pad On)
Dear Friends,
I am using Bartender 9.01, I am generating barcode with minimum 7 digit like for accession no. 1 it is 0000001 and for 2 it is 0000002 but i want to hide the zeros while printing barcode.
It is very urgent, please help.
0
-
Shotaro Ito
★ BarTender Hero ★
In BarTender 10.0 or later, In data source, data type tab, you can apply Number type for desired number format.
For previous versions, you need to apply VB Script in more options - such as below:
If IsNumeric(Value) then Value = 0 + Value
0
Please sign in to leave a comment.
Comments
1 comment