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]
##############################################################################
###+-------------+############################################################
#+-| SAVE_SCREEN |-------------------------------+############################
#| +-------------+ Saves the entire screen image |############################
#+-----------------------------------------------+############################
##############################################################################
##############################################################################
#+--| Summary |------------+##################################################
#|     #INCLUDE io.hdr     |##################################################
#+-------------------------+##################################################
##############################################################################
##############################################################################
#+--| Syntax |-----------------------------+##################################
#|     PROCEDURE save_screen PROTOTYPE     |##################################
#+-----------------------------------------+##################################
##############################################################################
##############################################################################
############+---| Description |---------------------------------+#############
############| The save_screen procedure saves the entire screen |#############
############| image.  To restore the screen image, use the      |#############
############| restore_area procedure.                           |#############
############+---------------------------------------------------+#############
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Save the screen before calling a subapplication.    |#########
#########|                                                          |#########
#########| DO save_screen                                           |#########
#########| RUN  "ship.exe"                                          |#########
#########| DO restore_area                                          |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    Save the screen when starting your application so   |#########
#########| *    it can be restored upon termination.                |#########
#########|                                                          |#########
#########| PROCEDURE force_main                                     |#########
#########|                                                          |#########
#########|     DO save_screen                                       |#########
#########|     {...}                                                |#########
#########|     DO restore_area                                      |#########
#########|                                                          |#########
#########| ENDPRO                                                   |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: restore_area save_area

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