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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -