Hi all...this is something I have been looking into for some time but I cannot find a solution anywhere.

I have several functions and procedures (hundred). When I change one I need to know what others are affected. I have been using MZ-Tools procedure caller but it only works up to the parent level. I need to recursively trace all calling elements of all procedures to build a full tree view of relationships.

Any ideas / code ?

e.g.



But recursively for all called > then extend to all relationships (this is a basic one)