FINDMENUID
Syntax FINDMENUID menuname itemname
 
Explanation The FINDMENUID command searches Logo for the given menu and menu item name. If it finds the menu item, it returns the command number for that particular menu item. This number may be used to invoke a Logo menu command from within a procedure.

See also COMMAND and ONCOMMAND.
 

Examples FINDMENUID "File "Quit
Result: 32759

TopIndex