mldonkey-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mldonkey-users] Re: Uncommenting the "mp3file not found" message


From: [b8]Zoggy
Subject: Re: [Mldonkey-users] Re: Uncommenting the "mp3file not found" message
Date: Wed, 15 Jan 2003 09:07:03 +0100

> >>  try <expression>
> >>  with
> >>   | case1
> >>   | case2
> > 
> > If an exception is raised (if there is an error) during evaluation of
> > <expression>, the error is tested with case1, case2, and so on until
> > the good one is found and evaluated. So your fix should be good.
> 
> And if no exception is raised? Then the result of <expression> is tested
> with case1..caseN?

No, if no exception is raised, then the value of the whole try ... with ...
construction is the value of <expression>.
 
-- 
Zoggy




reply via email to

[Prev in Thread] Current Thread [Next in Thread]