Liam Howlett: > When using the VMA iterator, the final execution will set the variable > 'next' to NULL which causes the function to fail out. Restore the break > in the loop to exit the VMA iterator early without clearing NULL fixes > the issue. Thaks, it passed the test. J. R. Okajima