xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

FieldSize()

Returns the length of a database field.

Syntax

FieldSize( <nFieldPos> ) --> nFieldLength

Arguments

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

Return

The function is a synonym for FieldLen() and returns the length 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