GOTO out of a subroutine is never a good idea.

Set a flag before GOSUB, change the flag within the subroutine, then check the flag once you've returned and GOTO at that point.

Robert

Edit: it may work this time, but it's a habit you don't want to get into.