Hello, is there a way to determine where a function is being called from, that is, the calling procedure. I know I could do a search for the function name but I was looking for a better way.
Regards, Jim G.
You can use the call stack window to see where the current sub or function was called from. By clicking on the caller function, it will take you to where the current sub/function was called from.
In fact ... on the MZ-Tools toolbar (far left) there's a Procedure Callers button. This opens a window and shows everywhere the procedure is called from (cursor is in the procedure in question). I use it all the time
See Ya! . . . . . .
Be sure to see faq219-2884 [blue]Worthy Reading![/blue]
Also faq181-2886 [blue]Worthy Reading![/blue]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.