Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FORCE Data Base Compiler - ############################################################################## http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
##############################################################################
###+--------------+###########################################################
#+-| RESTORE_MENU |---------------------------------------------------+#######
#| +--------------+ Restores a menu saved by the save_menu() function |#######
#+--------------------------------------------------------------------+#######
##############################################################################
##############################################################################
#+--| Summary |------------+##################################################
#|     #INCLUDE io.hdr     |##################################################
#+-------------------------+##################################################
##############################################################################
##############################################################################
#+--| Syntax |-------------------------------+################################
#|     PROCEDURE restore_menu PROTOTYPE      |################################
#|      PARAMETERS CONST CHAR saved_menu     |################################
#+-------------------------------------------+################################
##############################################################################
##############################################################################
#########+---| Description |---------------------------------------+##########
#########| This procedure restores a menu saved by the save_menu() |##########
#########| function.  saved_menu is the variable used for the      |##########
#########| original call to save_menu().                           |##########
#########+---------------------------------------------------------+##########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Save a menu prior to initiating another menu...     |#########
#########|                                                          |#########
#########| VARDEF                                                   |#########
#########|     CHAR(14)     smenu                                   |#########
#########|     INT          z                                       |#########
#########| ENDDEF                                                   |#########
#########|                                                          |#########
#########|     {...}                                                |#########
#########|     smenu = save_menu()                                  |#########
#########|     @ 14,3 PROMPT "Next" ID 1                            |#########
#########|     @ 14,9 PROMPT "Quit" ID 2                            |#########
#########|     MENU TO z                                            |#########
#########|     IF z = 2                                             |#########
#########|         restore_menu( smenu )                            |#########
#########|         RETURN                                           |#########
#########|     ENDIF                                                |#########
#########|                                                          |#########
#########|     {...}                                                |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: save_menu() @ PROMPT MENU TO

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson