Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Try Catch ... Bug ... perhaps on documentation ?!
Message
From
16/09/2003 08:55:29
 
 
To
16/09/2003 08:35:06
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00829303
Message ID:
00829326
Views:
29
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform