メインコンテンツへスキップ

検索

検索

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

サインインしてコメントを残してください。