Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Try Catch ... Bug ... perhaps on documentation ?!
Message
De
16/09/2003 08:55:29
 
 
À
16/09/2003 08:35:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00829303
Message ID:
00829326
Vues:
27
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 ?

Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform