跳至主內容

搜尋

搜尋

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

登入寫評論。