◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── Adding and Deleting Menu Commands at Run Time ■ After using the Menu Design window to create a control array with one or more menu items, you can write code (using the LOAD and UNLOAD statements) to dynamically add or delete menu items in the array at run time. See: ◄Creating a Menu► ■ To add or delete menu items in a control array at run time: 1. Create a menu control array with one or more items See: ◄Creating a Menu Control Array► 2. Return to the programming environment 3. Write the code to add or delete menu items (use LOAD and UNLOAD) See: ◄LOAD Statement► ◄UNLOAD Statement► ■ At run time, you cannot remove menu controls created at design time.