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