[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function            MENU_V()
Action              Vertical popup menu from variable # parameters
Returns             <expN> selection - 0 for no selection
Category            Menu
Syntax              MENU_V(<expC1>,<expC2>,<expC3>,...<expC16>)
Description         Creates a popup vertical menu in a centered
                    box, using <expC1> as the title, and performing
                    a menu to on <expC1...expC16> (variable #)
                    <expC1> may be passed as "" for no title.
Examples
                    choice = menu_v("Selection","Edit","Add","Quit")
                    *-or-
                    choice =menu_v("","Edit","Add","Quit")

Warnings            A MENU TO is performed which tends to blow
                    active gets. Be careful if doing this during
                    a READ.
                    Cursor is left ON

Found in (prg)......S_MENUV.PRG

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson