@fanspro Click on the "x" to turn off that ad.
Or install an ad blocking extension, for example "uBlock Origin"
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.