APPENDMENU
Syntax APPENDMENU menuname
 
Explanation The APPENDMENU command appends a new menu to the menu bar of Logo. This menu may be filled with menu items with by using the APPENDMENUITEM command.

See also APPENDMENUITEM, DELETEMENU, DELETEMENUITEM, FINDMENUID, COMMAND and ONCOMMAND.
 

Example APPENDMENU "Other
(a new menu "Other" appears on the menu bar)

TopIndex