Re: Procedure calls and the impossible triangle
- Posted by Derek Brown <Cyrusbrown at AOL.COM> Jun 05, 1999
- 633 views
Thanks for all the help. What I did was make a procedure called control_flow() which not only called up all the other procedures but removed calls from procedures. In other words, if A calls B under a certain condition, then in control_flow() I just put B right after A (with the appropriate condition statements), which eliminated the link between the two, which then made it easier to arrange. Thanks, Derek Brown

