You are not logged in.
In plain Applescript I'm looking for a data-structure in which I can store a few Key:Value pairs at run time - like dictionaries in Python.
I found an old thread saying that Applescript doesn't have something like dictionaries. Does this still hold true?
Model: iMac, MacBook (plus iPad, iPhone)
Browser: Firefox 78.0
Operating System: macOS 10.14
Offline
Yes. You have to make a record the same way as before.
Scripting in Mac OS X 10.7.5, OS X 10.9.5, macOS 10.14.6
Offline
Thank you. Makes sense.
Offline