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>sizedbf() adjust the number of records in a fixed size dbf</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SIZEDBF()   Adjust the number of records in a fixed size DBF

 Syntax....: SIZEDBF( "dbf", recnbr )
 Parameters: <expC>: dbf    = the DBF name (without extension)
             <expN>: recnbr = the new number of records

 Returns...: <expL>: .T.
 Cautions..: assumes that the DBF is open
 CC Calls..: none
 Alias.....: none

 Example...: SIZEDBF( "MY_DBF", 1000 )
 Comment...: useful for fixed size or circular buffer systems


See Also: OPENDBF

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