How can I use different words within a 'type text' being executed in a while loop? For example, I have 5 different words that I want to use. In the first loop, I use the first word; in the second loop, the second word, and so on
as I mentioned above, is it possible that I call another BAS script and after the processing of this "external" BAS script is done the current script continues at the next step (action)? Also can I exchange variable values between my "calling" and my "external" script?
Thanks :)
Not. But you can use the code of the second script as a function in the first script.