<aSubArrayName> is a sub-array of <acOptions> in FT_MENU1() denoting the group in which to include the selection -- e.g., acOptions[1]
<cMenuSelection> is the character string that will appear on the menu.
<bFunction> is the code block to be executed when that menu option is selected. i.e. {|| MyFunction() } would execute the function called MyFunction(). {|| .f.} would exit the FT_MENU1 and return to the calling routine. {|| .T.} would do nothing.
<lSelectable> is a logical variable that determines whether the corresponding menu option is selectable or not.
Returns
NIL
Description
FT_FILL() is a function used to set up the menu options prior to calling FT_MENU1().
The above would be added to the sub-menu associated with the first menu bar item, would execute the function FUBAR() when that option was selected, and would be selectable.