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 tools help- GT lib - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

FIELDDECI()

Determines the number of decimal places of a given numeric field.
---------------------------------------------------------------------------------

 Syntax

        FIELDDECI(<nFieldNum>) --> nFieldDeci  

 Arguments

        <nFieldNum>   Numeric data field , for which number of decimal 
                  places need to be determined.

 Returns

        FIELDDECI()   returns the numeric value that designates the 
                  number of decimal places of a given field.

 Description

      This function determines the number of decimal places of a given
      numeric field.

 Examples

      FUNCTION Main()
      LOCAL i
      USE Tests NEW
      FOR i = 1 TO FCOUNT()
        ? FieldDeci( i )
      NEXT
      USE
      RETURN NIL
  

Status

      Ready

 Compliance

      This function is CA-CLIPPER tools compatible

 Files

      Library is libmisc



See Also: FIELDTYPE() FIELDSIZE()

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