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]
##############################################################################
###+--------------+###########################################################
#+-| MORE_HANDLES |-------------------------------------------------------+###
#| +--------------+ Enables a program to open up to 255 files at one time |###
#+------------------------------------------------------------------------+###
##############################################################################
##############################################################################
#+--| Summary |----------------+##############################################
#|     #INCLUDE system.hdr     |##############################################
#+-----------------------------+##############################################
##############################################################################
##############################################################################
#+--| Syntax |------------------------------+#################################
#|     PROCEDURE more_handles PROTOTYPE     |#################################
#+------------------------------------------+#################################
##############################################################################
##############################################################################
#########+---| Description |----------------------------------------+#########
#########| The more_handles procedure enables a program to open up  |#########
#########| to 255 files at one time, regardless of DOS version.     |#########
#########| The open files may be of any type, e.g., database, index |#########
#########| text, etc.                                               |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Install more_handles at the beginning of a program  |#########
#########| *    if you envision opening more than 15 files at once. |#########
#########|                                                          |#########
#########| #include system.hdr                                      |#########
#########| PROCEDURE force_main                                     |#########
#########|     DO more_handles                                      |#########
#########|     {...}                                                |#########
#########| ENDPRO                                                   |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: fb_open() f_open() OPEN USE

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