Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>createdbf() create a dbf from a structure file</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 CREATEDBF() Create a DBF from a Structure File

 Syntax....: CREATEDBF( c_dbfname, c_struname )
 Parameters: <expC>: c_dbfname = the DBF name (".DBF" assumed)
             <expC>: c_struname= the STRU file (extention must be specified)

 Returns...: <expL>: .T.
 Cautions..: returns with the new DBF closed & flushed to disk
 CC Calls..: none
 Alias.....: none

 Example...: CREATEDBF( "EMPLOYEE","EMPLOYEE.STR" )

See Also:

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