                                                                funct_add
Chapter 6 Dialogue: Tiles, Keys, Buttons and Menus

funct_add
     
    Adds specified function to screen menu.
     
         funct_add fname
         
    Adds a function named fname to the bottom of the currently displayed menu
    on TILE 6 of the screen.
    ___________________________________________________________________________
    Options/arguments:

         fname     Function name
    ___________________________________________________________________________
    Example(s):

    To add the function export to the menu currently displayed on screen TILE
    6, enter:
     
         funct_add export
    ___________________________________________________________________________
    See also:

              funct_del
    ___________________________________________________________________________
