DADiSP Worksheet Functions > Function Categories > Menu Functions > MENUCLEAR

 

MENUCLEAR

Purpose:

Clears menus from the screen.

Syntax:

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.

Example:

menuclear()

 

clears all menus from the screen.

Example:

menuclear(-2)

 

clears all but 2 menus from the screen.

Remarks:

See MENUDELETE to remove a modeless dialog box.

See Also:

INPUT

MENUDELETE

MENULIST

MENUFILE

MENUPRINT

VIEWFILE