跳至主內容

搜尋

搜尋

What Is The Correct Object Name Of The Barcode String?

評論

1 條評論

  • Avatar
    Legacy Poster

    I also get 0 but it does work correctly when changing the Script Type to "Event Control Scripts" and then pasting it into OnAutoSelectedEvent.

     

    However, if you intend to add this script to each object, you don't need to assign the value explicitly to the object, or rather, it doesn't work anyway. Instead just use Value =

    Value = Mid(Format.Objects("Barcode 1").Value,5,8)
    
    0

登入寫評論。