Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Try Catch ... Bug ... perhaps on documentation ?!
Message
De
16/09/2003 14:10:20
 
 
À
16/09/2003 08:55:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00829303
Message ID:
00829550
Vues:
21
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform