Hello everyone
There is an array (in the screenshot). The elements are constantly changing. I need to remove rows with value 0.
When I run a loop and remove by Y index. Elements deletes incorrectly. When removed, the array is shifted. I tried different ways but they all didn't work.
It's no problem to remove 1 element but it doesn't work in a loop.