跳到主内容

搜索

搜索

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

请先登录再写评论。