Zum Hauptinhalt gehen

Suche

Suche

What Is The Correct Object Name Of The Barcode String?

Kommentare

1 Kommentar

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.