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]

RECSIZE()

Returns the size of a single record in an active database.
---------------------------------------------------------------------------------

 Syntax

        RECSIZE() --> nBytes  

 Arguments

        None.    

 Returns

        <nBytes>   The record size.    

 Description

      This function returns the number os bytes used by a single record  in
      the currently selected or designated database file.If no database
      is in use in this work area,the return value from this function
      will be 0.

 Examples

      USE Tests NEW
      DBGOTOP()
      RECSIZE()            // Returns 1
      DBGOTO(50)
      RECSIZE()

Status

      Ready

 Compliance

      This function is Ca-Clipper compliant

 Files

      Library is rdd



See Also: DISKSPACE() FIELDNAME() HEADER() LASTREC()

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