Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Harbour Version 0.37 (c) reference Guid - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

HEADER()

Return the length of a database file header
---------------------------------------------------------------------------------

 Syntax

        HEADER() --> nBytes  

 Returns

        <nBytes>   The numeric size of a database file header in bytes  

 Description

      This function returns the number of bytes in the header of the
      selected database ot the database in the designated work area.

      If used in conjunction with the LASTREC(),RECSIZE() and DISKSPACE()
      functions,this functions is capable of implementing a backup and
      restore routine.

 Examples

      USE Tests New
      ? Header()

Status

      Ready

 Compliance

      This function is CA-Clipper compatible

 Files

      Library is rdd



See Also: DISKSPACE() LASTREC() RECSIZE()

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