pascal wrote:.....
2. If you use CrtMenu and update it each time you change the menu contents, then
you can just display the menu. If you use the CrtMenu pointer, then it will display
the menu that was last used.
......
I know that i really occupied here.Sorry for that...
I understand that i couldn't express myself & my problem clearly. (Because of my english,i guess)
How can i update CurrentMenu? I don't know how! I need code for this.
For ex:
CurrentMenu = MainMenuData; // isn't acceptable according to your code.
So how? What should i write to update CurrentMenu? What is the part of the code to update CurrentMenu?
