@Roy-Mustang
839ee6e6-f3d1-4cb7-adec-8fdbb56769d8-image.png
thanks for helping me, can you provide a screenshot in using http/xml example, i have tried but it doesn't work, thanks
Hello dear friends. I am using 5 threads. There is a for loop inside. Inside this for loop, I call a txt from outside. And I want each line to be the same in all threads.
Thread1-->line1
Thread2-->line1
Thread3-->line1
Thread4-->line1
Thread5-->line1
When the for loop comes
Thread1-->line2
Thread2-->line2
Thread3-->line2
Thread4-->line2
Thread5-->line2
I've been trying for days and can't find it.
You can create as many identical lists as you have threads, name them in order 1,2,3, ....
In the thread from the script info cube you can get the thread number, and take the list by thread number.
@SuperMario I have no idea how to do this. Could you please send me a sample file?
"Get the list by thread number." I don't quite understand how to do this?