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]

FCOUNT()

Counts the number of fields in an active database.
---------------------------------------------------------------------------------

 Syntax

        FCOUNT() --> nFields  

 Returns

        <nFields>   Return the number of fields    

 Description

      This function returns the number of fields in the current or
      designated  work area.If no database is open in this work area, the
      function will  return 0.

 Examples

      FUNCTION Main()
        USE Tests NEW
        ? "This database have ",Tests->(FCOUNT()),"Fields"
        USE
      RETURN Nil

Status

      Ready

 Compliance

      This function is CA-Clipper compliant

 Files

      Library is rdd



See Also: FIELDNAME() TYPE()

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