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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -