Gentee Programming Language > Documentation > Libraries Download documentation

dbf.f_type

Get the field type.
 
uint dbf.f_type(
      uint   num
)

Parameters

numField number beginning with 1.

Return value

Returns the type of this field.
You can use the following macros:
$DBFF_CHAR= 'C'
$DBFF_DATE= 'D'
$DBFF_LOGIC= 'L'
$DBFF_NUMERIC= 'N'
$DBFF_FLOAT= 'F'
$DBFF_MEMO= 'M'

See also

    Working with DBF files


 Copyright © 2004-2006 Gentee Inc. All rights reserved.