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

Google sheets equipment borrowing system -

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

c# - Convert type 'System.Collections.Generic.List<string>' to 'System.Collections.Generic.IList<>' -