dbf.f_logic
Getting a logical value. Get the value of the logical field from the current record.
method uint dbf.f_logic (
uint num
)
uint num
)
Parameters
| num | Field number beginning with 1. |
Return value
Returns the value of the logical field.
| $DBF_LFALSE | The value of the logical field is FALSE. |
| $DBF_LTRUE | The value of the logical field is TRUE. |
| $DBF_LUNKNOWN | The value of the logical field is undefined. |
Related links | Source |