I solved it. I used Quit incorrectly where i should use Continue.
- Log in to post comments
I solved it. I used Quit incorrectly where i should use Continue.
thx, then how can i retravel the nodes if i do not know the levels? data like this:
tmp(1,2,3)=""
tmp(1,2,3,4)=""
tmp(1,2,3,4,5)=""
tmp(1,2,3,4,5,...)=""
i tried your method but it is a endless loop
.png)
.png)
figger it out thx :)