Gentee Programming Language > Documentation > Libraries Download documentation

dbf.f_str

Get the value of the field from the current record as a string.
 
str dbf.f_str(
      str   val,
      uint   num
)

Parameters

valThe string for getting the value.
numField number beginning with 1.

Return value

The function returns the parameter val.

See also

    Working with DBF files


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