Это, наверное, очень простой вопрос;
Я всегда вижу
make new document with properties { x: "1", y: "2", z: 3" }
Но как мне обновить эти свойства позже?
tell first document
-- i am trying to set the volume name property
set volume name of document to "BLA"
-- also tried:
set properties of first document to {volume name:"BLA"}
end tell
Но это совсем не работает, каков официальный синтаксис? Не могу найти это онлайн.