and i don't think you understand what i want, let say in resource we load list like
google.com
yahoo.com
bing.com
then thread 1 must et google.com thread 2 must get yahoo.com, not same site on every thread and also don't delete them from file
I think it's you who don't understand how resources work. Add the resource "LisnesFromFile", with the option "Only read" and the option "Use each line one time"
Its already set like that... So if you saying that is the right way so then is BAS issue?
You don't need to use the "Resource to List" action
While using "Call function in multi-threads" and put remove current element from resource inside the function, it will remove all resource element that has been already used in the function and not only the current element in thread.
I don't know if i'm doing something wrong but if i put inside the "Read file" command an resource file path "lines from file" the function doesn't work
Doing so means that there is path to another file inside your original file.
Just use resource anywhere in your code.