RFMENU.GetMenuOption

BSTR GetMenuOption(short nDex)

Function GetMenuOption(nDex As Integer) As String

Gets a text line from the local options menu array.

Return value
The text of the option line locally stored.

Parameters

nDex
    The index (0 based) of the option in the array.

Remarks
The 0 index is the first option line added by AddOption function.

Example

See also    RFMENU, AddOption