I'm currently stuck at this problem, so i have this code.
rij1 = rij2
rij2.clear()
All works correct, but in the end of the loop is a problem. Rij1 also gets cleared because apparently, python remembers rij1 = rij2 Is there any way to prevent this?