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]
##############################################################################
###+---------+################################################################
#+-| F_CLOSE |--------------------------------------------------+#############
#| +---------+ Closes the text file associated with file_stream |#############
#+--------------------------------------------------------------+#############
##############################################################################
##############################################################################
#+--| Summary |----------------+##############################################
#|     #INCLUDE fileio.hdr     |##############################################
#+-----------------------------+##############################################
##############################################################################
##############################################################################
#+--| Syntax |--------------------------+#####################################
#|     PROCEDURE f_close PROTOTYPE      |#####################################
#|      PARAMETERS FILE file_stream     |#####################################
#+--------------------------------------+#####################################
##############################################################################
##############################################################################
##########+---| Description |-------------------------------------+###########
##########| The f_close procedure closes the text file associated |###########
##########| with file_stream.  All buffers are flushed to the     |###########
##########| file before closing.                                  |###########
##########+-------------------------------------------------------+###########
##############################################################################
##############################################################################
#########+--| Example 1 |-------------------------------------------+#########
#########| *    Close file before terminating program.              |#########
#########|                                                          |#########
#########| DO f_close WITH file_stream                              |#########
#########| QUIT                                                     |#########
#########+----------------------------------------------------------+#########
##############################################################################
##############################################################################
#########+--| Example 2 |-------------------------------------------+#########
#########| *    Alternative method of encoding f_close.             |#########
#########| *    Note that procedures can be called in the same      |#########
#########| *    manner as a function.                               |#########
#########|                                                          |#########
#########| f_close( file_stream )                                   |#########
#########| QUIT                                                     |#########
#########+----------------------------------------------------------+#########
##############################################################################

See Also: f_eof() f_flush f_getln() f_open() f_put f_putln

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