Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Try...catch...finally
Message
From
27/10/2002 11:33:24
 
 
To
27/10/2002 11:27:14
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00715709
Message ID:
00715882
Views:
14
Hi, Hilmer-

>... And code outside the TRY construct is not always executed. Although I still don't completely understand the reason.

It is not executed only when there is an error in the try block. It's not executed just means the method doesn't continue executing after the error (except, of course, for the finally).

The reason? I guess that "catch" implies to FoxPro developers that we have a chance to catch and deal with the error and then continue on if we can fix it. Is that part of the problem, do you think?

Writing that I realize that was my interpretation, too, when I first saw a Try/Catch.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform