xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

FieldDeci()

Returns the decimal places of a database field.

Syntax

FieldDeci( <nFieldPos> ) --> nDecimals

Arguments

<nFieldPos>
A numeric value specifying the ordinal position of a database field.

Return

The function is a synonym for FieldDec() and returns the decimal places of a database field as a numeric value.

Info

See also:FieldDec(), FieldLen(), FieldName(), FieldType()
Category: CT:Database , Field functions
Source:ct\dbftools.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe