Image

Error: Out of Stack Space

Is there a way to clear the stack space other quitting the browser?

I have a recursive function that eliminates the possibilites of an array and always when it get to the las possibility it takes for ever to find a match and I run out of stack space.

(click the button on the left)
Basically this tool gerates a random number, then loads a URL based on that number. Inorder to prevent the same ressult from coming back up I save the random numbers to an array. When the array length equals the length of the array containing the URLs it clears and resumes. THe last step is to put in a delay that loads by itself rather waiting for a click - but I have covered in another gizmo I made.