procedures
- Posted by Thys de Jong <thys at SCSINTERNET.COM> Jan 26, 1999
- 461 views
I wrote a dos32 menu that works, but only up to a point. the "program" is organized as follows: Procedure top() this tells ex to start a new instance of the menu and abort the old one ---- only way I can keep it going. (I'm dumb) 10 submenus procedures each calling programs Procedure MainMenu() code calling sub menus and programs end procedure MainMenu() top() fter reurning from anywhere the next line of code is: MainMenu() which it skips over to execute top() I've tried a while loop, it works twice before hanging up completedly. Any hints you folks have would be greatly appreciated. Thys