if you want that one of the condition can break the loop, you have to use “AND” instead of “OR”
OR will continue the loop if one at least of the conditions are true
if you want that one of the condition can break the loop, you have to use “AND” instead of “OR”
OR will continue the loop if one at least of the conditions are true
Thank you.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.