DADiSP Worksheet Functions > Function Categories > Menu Functions > MENUCLEAR
Clears menus from the screen.
MENUCLEAR(num)
num |
- |
Optional. An integer, the number of menus to clear. If num is positive, a corresponding number of menus are cleared from the screen. If num is negative, all but that number of menus are cleared. The default clears all menus. |
menuclear()
clears all menus from the screen.
menuclear(-2)
clears all but 2 menus from the screen.
See MENUDELETE to remove a modeless dialog box.