[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 XPmenu()
 A menu Command
------------------------------------------------------------------------------

   Function:   XPmenu()

               This function look's quite like XPmouseMenu(), but uses some
               features of this section which make it different. Inkey() is
               handled by XPinkey(), colors by XPdisplay(). Nice menus with
               Hi-Lighted choices are possible, and, of course, the Mouse is
               supported.

   Syntax:     XPmenu(aMenu,nDefault) --> nMenuChoice

   Arguments:  aMenu is an Array of choices, formatted as follows:
               { { nRow, nCol, cChoice } .. }.
               nDefault defaults to 1

   Returns:    The menu choice or 0 on Escape.

   Usage:      XPalert() uses XPmenu() for the Choice prompting.

See Also: XPalert() XPboxMenu() XPpullMenu()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson