Want to create new keyword in next capture settings
Hi, i have this piece of the code I use, i want to create a new keyword in the next capture keywords tool but applescript gives me the error that the object provided is not keyword type. What's the structure of a keyword object.
Could someone give me an example?
Thanks a lot!
tell next capture settings of current document
delete (every keyword whose name starts with "8")
apply keyword {id:the_barcode, name:the_barcode, parent:null}
end tell
0
-
solved with
apply keyword whose name is "theName"
0
Post ist für Kommentare geschlossen.
Kommentare
1 Kommentar