You might have a GOTO @LOOP where you should have a RETURN, or maybe you just used to many GOSUBS! Check the line the error occurred on, and try to figure out exactly where the code is going. You probably just need to change a GOTO to a RETURN or remove an unecessary GOSUB. Hope this helps! (And that it wasn't too long. :P)