Never ever use GOTO. It is not meant to be used in object-oriented programming languages; there is always a better way. They also become cumbersome once you get more than one in the same chunk of code... or worse yet a GOTO that receives another GOTO.
This is simply a suggestion from an old...