Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Try...Catch...Endtry
Message
 
 
To
05/06/2003 15:03:12
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00796898
Message ID:
00796901
Views:
11
Chuck,

The FINALLY clause is for clean up.
TRY
  * do something that might cause an error
CATCH
   * Handle an error
FINALLY
  * clean up (runs regardless if there was error or not)
ENDTRY
<snip>
>
>
>Now it's
>
>TRY
>  * do something that might cause an error
>CATCH
>  * clean up
>ENDTRY
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform