1
Applescript: Membandingkan variabel ke string gagal
Saya memiliki sebuah applescript yang mendapat daftar item dan kemudian mengulanginya: 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 The namesvariabel akan diatur ke …
11
applescript