1
অ্যাপলস্ক্রিপ্ট: স্ট্রিংয়ের সাথে ভেরিয়েবলের তুলনা করা ব্যর্থ
আমার কাছে একটি অ্যাপসক্রিপ্ট রয়েছে যা আইটেমের একটি তালিকা পায় এবং তারপরে পুনরাবৃত্তি করে: 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