1
Applescript: Порівнювати змінну з рядком не вдається
У мене є яблучний скрипт, який отримує список елементів, а потім повторює їх: tell application "GeekTool Helper" set names to name of geeklets repeat with currentName in names if (currentName is equal to "Top_CPU_Processes") then display dialog "found it" end if return currentName end repeat end tell namesМінлива отримує значення …
11
applescript