In reply to: Command To End a Program -- William 15:31:11 09-19-2005
Well... Posted by: Motar 16:46:56 09-19-2005 |
If you're planning on creating effecient code, I'd recommend not breaking out of loop, methods, etc. You really should just figure out a way to exit all loops and let the program finish itself. End() and Stop() never seemed to work in the first place, like you said.