How to exit early?

brobbins333 at shaw.ca brobbins333 at shaw.ca
Mon Aug 12 12:02:10 EDT 2002


The data input to my script may contain some that are special cases.
If so, I want to process these in a special function, then exit
without running the remainder of the script. What's the best way to do
this? I need something like the 'exitsub' command in Visual Basic, or
at least a way to jump to the end of the script and exit. Any
suggestions?

BR



More information about the Python-list mailing list