@Habibiii said in Hello, How to hide or remove Report Error?:
Can anyone help me with this part?
this cannot be done in the standard interface, it is only possible in the web interface.
@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.xml
Resource:
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.txt
You 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.