1
Applescript: Değişkenin dizeyle karşılaştırılması başarısız oluyor
Ben bir öğeler listesi alır ve sonra onlar üzerinde tekrarlar bir applecript var: 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 namesDeğişken düzgün dize …
11
applescript