跳至主內容

搜尋

搜尋

Human Readable Text

評論

5 條評論

  • Avatar
    Ian Cummings
    版主

    Yes, or you could use the "Object Value" data source type, either choosing the barcode data or human readable option.

    0
  • Avatar
    Legacy Poster

    Could you let me know how to do this "Object Value" option?

    0
  • Avatar
    Ian Cummings
    版主

    It's one of the available data source types to choose.

     

    [attachment=999:ObjectValue.png]

    0
  • Avatar
    Legacy Poster

    Can you share the data from Object Value source to use in VB Scripting?

    0
  • Avatar
    Shotaro Ito

    Can you share the data from Object Value source to use in VB Scripting?

    Yes, like below.
     

    Value = Format.Objects("Text 1").Value
    
    Value = Format.Objects("Bar Code 1").HumanReadableValue 
    
    
    0

登入寫評論。