Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error stack
Message
From
03/01/2001 17:13:10
 
 
To
02/01/2001 13:31:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00458540
Message ID:
00459131
Views:
23
Hi Francis.

>Is it possible, when n error occurs to see the complete procedure stack called and the line numbers of all the procedures, not only of the las procedure.

As others have noted, the answer is no. However, in VFP 7, this will be easy to do using the new ASTACKINFO() function. It populates an array with information about the call stack, including module, filename, line number, and source code (if available).

Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform