How to have applescript perform more than one process at a time? -


so have script in apple script takes string of text , repeats amount of times. wondering if possible have script read text aloud while @ same time inputting text.

repeat     set readtext "hello world"     readtext without waiting until completion     --read in next line of text end repeat 

do u idea?

other not think there way run tasks in parallel.

hope helps.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -