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
You can use "Result" variables that are predefined in BAS. There are 9 of them.
If you need more you can use filesystem actions and create TXT or CSV files
to store any number you need. Similar to that you can use database for such
tasks too.