FieldSize()
Determines the size of a given field.
Syntax
FieldSize(<nFieldNum>) --> nFieldSize
Arguments
<nFieldNum> Data field , which size need to be determined.
Returns
FieldSize() returns the number that designates the size of a given field.
Description
This function determines the size of a field, designated by its number.
Examples
PROCEDURE Main() LOCAL i USE tests NEW FOR i := 1 TO FCount() ? FieldSize( i ) NEXT USE RETURN xed>
Compliance
This function is CA-Cl*pper tools compatible
Files
Library is libmisc
Seealso
FCount(), FieldNum(), FieldName(), FieldType(), FieldSize(), DBF Structure
Pingback: Harbour Database Functions | Viva Clipper !
Pingback: Harbour All Functions – F | Viva Clipper !