Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Try Catch ... Bug ... perhaps on documentation ?!
Message
From
16/09/2003 14:10:20
 
 
To
16/09/2003 08:55:29
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00829303
Message ID:
00829550
Views:
22
>Hi Tamar,
>
>but :
>
>TRY
>  * Outer try
>
>  TRY
>    acti screen
>    ? VariableNotDefined
>  ENDTRY
>
>CATCH
>  ? "Outer try gets it"
>ENDTRY
>
>is equal to
>
>TRY
>  * Outer try
>
>   acti screen
>    ? VariableNotDefined
>
>CATCH
>  ? "Outer try gets it"
>ENDTRY
>
>
>or no ?
>
>You can found a example where exist a difference ?
>

In this example, yes, but it was simplified. The outer TRY-CATCH might be in a different routine, or wrapped around a large portion of the application, or who knows.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform