Small ironies on Apple's GUI Scripting web site...
By default, the accessibility frameworks are disabled.
Hmmm... that's the first time I've actually looked at AppleScript code.
Is all of that plain english required? Like, can...
if the OS_version is less than "1030" then
...be expressed as...
if OS_version < "1030" then
..?
Just curious
Yah, unfortunately, all that pseudo-english is required. It makes for confusing grammar sometimes, too.
Comments are closed.
Comments (2)
Hmmm... that's the first time I've actually looked at AppleScript code.
Is all of that plain english required? Like, can...
if the OS_version is less than "1030" then
...be expressed as...
if OS_version < "1030" then
..?
Just curious
Yah, unfortunately, all that pseudo-english is required. It makes for confusing grammar sometimes, too.
Comments are closed.