Hi,
I'm new and I wanna ask a couple of questions regarding AHK basic commands
1. how to store a script inside a script
2. how to go back
Example:
I wanna copy the first link from a list of words that I search on Google:
example the list is:
apple
banana
grape
apricot
watermelon
so I wanna do this:
1. open firefox
2. go to www.google.com
3. open excel
4. go back to google the search for apple
5. copy the first result to the excel
6. search for banana, and copy it agan
7. copy all the result till watermelon
now how to do this using minimal code using store script like var or somthing and go back to the list so I can make the copy paste to excel process a loop?
Thx for anypne who answer this