Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SERIOUS BUG: incorrect errors code
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
SERIOUS BUG: incorrect errors code
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01024573
Message ID:
01024573
Views:
78
CLEAR
ON ERROR
TRY
  THROW
CATCH
  ? "EXPECTED 2071 ", "Observed a none error", ERROR()
  ? "EXPECTED User Thrown Error  ", "Observed a funny message",MESSAGE()
  =AERROR(aw)	
  ? "EXPECTED 2071 ", "Observed a bad code",aw(1)
  ? "EXPECTED User Thrown Error  ", "Observed a funny message",aw(2)
  ? "***** next is ok "
  ? aw(3)
ENDTRY
Next
Reply
Map
View

Click here to load this message in the networking platform