Hello Scott...
Thats it...
you are going SUBROUTINE and instead of branching to the END of the subroutine, you are branching OUT of it with a goto statement!!!
THAT IS WRONG! (Cruising for a bruising.)...Maybe some others can verify ths for me and you.
If I were you, I would *always* branch to the Return statement when you are into a Subroutine. Helps clear the stacks and all that good stuff. If I were to place my bet, it would be located here.
Dwayne
edit:
Took another quick look at your code...(very quick)
Code:
case else
return
End select
I am not sure about this.. Its been a while.. But usually you want your return AFTER the end select...
Last edited by Dwayne; - 16th September 2005 at 19:55.
Ability to Fly:
Hurling yourself towards the ground, and missing.
Engineers that Contribute to flying:
Both optimists and pessimists contribute to the society. The optimist invents the aeroplane, the pessimist the parachute
Pilots that are Flying:
Those who know their limitations, and respect the green side of the grass...
Bookmarks