Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FlexFile Reference Guide - <b>v_closeall()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 V_CLOSEALL()
 Close all open DBV type files
-------------------------------------------------------------------------------

 Syntax

    V_CLOSEALL()

 Arguments

    None.

 Returns

    None.

 Description

    V_CLOSEALL() closes all open DBV type files in all open DBV work
    areas. In addition, the cache described by V_BUFFERS() and
    V_FILES() is released.

 Notes

  . This function does not affect and is not affected by any
    Clipper data base functions or commands.

 Examples

// Open a DBV type file in FlexFile's area 1.
V_SELECT(1)
V_USE( "file" )

// Open a second file in the next available area.
V_USE( "file2", , "NEW" )

// Close all open files.
V_CLOSEALL()

See Also: V_CLOSE() V_USE()

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