@danil140 then i guess on each new "CONNECT" to different hosts you will have different ip's, so for ip.bablosoft.com it will be one ip, for your site on what you working it will be another ip, then it make no sense
Bug Report: Remove current element from resource
-
@SKRN said in Bug Report: Remove current element from resource:
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.
Attach a test script that demonstrates the error.
-
@Fox said in Bug Report: Remove current element from resource:
@SKRN said in Bug Report: Remove current element from resource:
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.
Attach a test script that demonstrates the error.
Script:
Bug Report.xmlResource:
List of numbers.txt -
@SKRN said in Bug Report: Remove current element from resource:
@Fox said in Bug Report: Remove current element from resource:
@SKRN said in Bug Report: Remove current element from resource:
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.
Attach a test script that demonstrates the error.
Script:
Bug Report.xmlResource:
List of numbers.txtYou have not set the "write file" option in the resource property.

I described this behavior of BAS in more detail in this topic: https://community.bablosoft.com/topic/7811/странно-работает-удалить-текущий-элемент/6
-
@Fox said in Bug Report: Remove current element from resource:
@SKRN said in Bug Report: Remove current element from resource:
@Fox said in Bug Report: Remove current element from resource:
@SKRN said in Bug Report: Remove current element from resource:
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.
Attach a test script that demonstrates the error.
Script:
Bug Report.xmlResource:
List of numbers.txtYou have not set the "write file" option in the resource property.

I described this behavior of BAS in more detail in this topic: https://community.bablosoft.com/topic/7811/странно-работает-удалить-текущий-элемент/6
Now I understand, thanks for explaining.