Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- ClipOn 3.0 Reference - use() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 USE()

 DESCRIPTION

 USE() opens a specified database and optionally three index files.

 SYNTAX

 USE([dbf] [,ntx1] [,ntx2] [,ntx3])

 PARAMETERS

 dbf (C) is the database file to open.  If dbf is not specified, the
 current database is closed.

 ntx1...ntx3 (C) are the index file(s) to open.  ntx1 is the master
 index.

 RETURNS

 USE() returns the database name, record number, and total records
 as a character string.  If dbf is not specified, USE() returns true
 (.T.) after closing the current database.



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