Hey there,
I got another question. Lets say my bot looks like this:
1. Read file and put it to variable "fileContent"
2. Add fileContent to "list1"
3. Get first Line in "list1" (and delete that line after taking) and save it as "CurrentLine"
4. Go to a web site with "CurrentLine" as URL
5. Go To Step 3
The file has 3 entries;
www.site1.com
www.site2.com
www.site3.com
When I load up this ZennoTemplate and make 3 threads, will thread 1 just open up site1.com and thread 2 open up site2.com (which I want, or will each template open all three site one after another?
I got another question. Lets say my bot looks like this:
1. Read file and put it to variable "fileContent"
2. Add fileContent to "list1"
3. Get first Line in "list1" (and delete that line after taking) and save it as "CurrentLine"
4. Go to a web site with "CurrentLine" as URL
5. Go To Step 3
The file has 3 entries;
www.site1.com
www.site2.com
www.site3.com
When I load up this ZennoTemplate and make 3 threads, will thread 1 just open up site1.com and thread 2 open up site2.com (which I want, or will each template open all three site one after another?