hi Danny, well from my previous message:

ideally what I'd like is for my procedural program, when it runs
through its steps and encounters an error, to log the error and pick
up where it left off and keep going.

so for the execution of someProcedure(), I want it to print the error
and continue running through the rest of someProcedure().  Is this
possible ?

On 7/28/05, Danny Yoo <[EMAIL PROTECTED]> wrote:
> 
> 
> Hi Tpc,
> 
> What did you expect to happen when we hit the continue statement?  It'll
> help to know what you wanted to happen, so that we can better understand
> the problem.
> 
> 
> According to:
> 
>     http://www.python.org/doc/ref/continue.html
> 
> 'continue' is only effective if we're in a loop, so the error message is
> perfectly true.  So I think we need to know more about what you are trying
> to do.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to