跳到主内容

搜索

搜索

Minimum Barcode Characters (Pad On)

评论

1 条评论

  • 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

请先登录再写评论。