Gentee Programming Language > Documentation > Libraries Download documentation

dbf.f_logic

Get the value of the logical field from the current record.
 
uint dbf.f_logic(
      uint   num
)

Parameters

numField number beginning with 1.

Return value

Returns the value of the logical field.
$DBF_LFALSE0 The value of the logical field is FALSE
$DBF_LTRUE1 The value of the logical field is TRUE
$DBF_LUNKNOWN2 The value of the logical field is undefined

See also

    Working with DBF files


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