Skip to main content

Search

Search

Minimum Barcode Characters (Pad On)

Comments

1 comment

  • Avatar
    Shotaro Ito

    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.