xHarbour Reference Documentation > Command Reference |
Displays a menu item for a text mode menu.
@ <nRow>, <nCol> PROMPT <cMenuItem> ; [MESSAGE <bcMessage>]
The @...PROMPT command is used to define a single menu item of a simple text mode menu. A text mode menu is usually built by specifying the @...PROMPT command multiple times before the MENU TO command is issued to activate the menu.
The screen cursor is located one column to the right of <cMenuItem> after @...PROMPT has displayed the menu item.
Note: For an example of @...PROPMT usage see the MENU TO command.
See also: | AChoice(), MENU TO, SET MESSAGE, SET WRAP, SetColor() |
Category: | Input commands |
Source: | rtl\menuto.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com