I have a Case statement inside of a For loop. After the first case gets executed, I entered a statement "Go to Next Loop" (and a label called Next Loop above the Next statement) to skip what is below the Case structure (which is an IF statement) and begin the next loop iteration. After I added "Go to Next Loop" I started to get the "out of stack space" error.
Bookmarks