well i see now but i'll be fine if you just call me andy, sir is way to big for me at-least not for now, well back to business what error would you like to trap within you code? some more details about the error would help ease my lookup.
well the way you use your gotos and loops might be surprisingly difficult to follow but that will be no problem, if you don't mind we could go through your program one step at a time and transform it into something simpler.
edit: your problem must be resulting from your overall structure .
@ryanjoshiii I just want to add that, Using gotos is very bad programing practice, and shouldnt really use them, its a sign of bad design. atleast thats what Ive picked up from everyone.