Conor
Elite Member
- Nov 7, 2012
- 3,621
- 6,217
Hey all.
I'm a bit stuck, been Googling around for about an hour, and can't seem to find a working solution.
I have this code:
What it should do, when looped, is simply move through all my open tabs, and append the URL of each tab to a txt file. My problem, is that when I loop the script, it only appends the URL of the first tab to the txt file, even though it's moving to the next tab.
The script works fine if I run it manually for each tab, but that will take me days, so isn't viable.
Anyone care to give me some input?
I'm a bit stuck, been Googling around for about an hour, and can't seem to find a working solution.
I have this code:
Code:
TAB T={{!LOOP}}
WAIT SECONDS=2
SET !EXTRACT {{!URLCURRENT}}
SAVEAS TYPE=EXTRACT FOLDER=D:\Documents FILE=URL.TXT
SET !EXTRACT NULL
What it should do, when looped, is simply move through all my open tabs, and append the URL of each tab to a txt file. My problem, is that when I loop the script, it only appends the URL of the first tab to the txt file, even though it's moving to the next tab.
The script works fine if I run it manually for each tab, but that will take me days, so isn't viable.
Anyone care to give me some input?