mathieu Posted October 3, 2008 Share Posted October 3, 2008 (edited) I would like to know if it's possible to change the FORVALUE inside the foreach loop. My purpose is to test if the stack of points at a given node (for exemple a delete node) is empty, if true stop the foreach loop (changing the FORVALUE to my MAX ITERATIONS), if not loop again. Thanks in advance. Mathieu Edited October 3, 2008 by mathieu Quote Link to comment Share on other sites More sharing options...
mathieu Posted October 9, 2008 Author Share Posted October 9, 2008 No answer ? Quote Link to comment Share on other sites More sharing options...
sibarrick Posted October 9, 2008 Share Posted October 9, 2008 I would have thought not possible. Quote Link to comment Share on other sites More sharing options...
sibarrick Posted October 9, 2008 Share Posted October 9, 2008 Maybe you could put a switch sop in there and if your test returns no points just switch to a null sop, depends what you are actually trying to achieve. Maybe post a hip file. Quote Link to comment Share on other sites More sharing options...
petz Posted October 9, 2008 Share Posted October 9, 2008 i foreach_iteration1.hipnc Quote Link to comment Share on other sites More sharing options...
mathieu Posted October 28, 2008 Author Share Posted October 28, 2008 Thank you Petz, that's what I was looking for ! Mathieu Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.