1
Applescript: no se puede comparar la variable con la cadena
Tengo un applecript que obtiene una lista de elementos y luego los repite: 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 La namesvariable se …
11
applescript