figger it out thx :)
- Log in to post comments
figger it out thx :)
i tried your method but it is a endless loop
.png)
.png)
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 solved it. I used Quit incorrectly where i should use Continue.