dbf.f_str
Getting a value. Get the value of the field from the current record as a string.
method str dbf.f_str (
str val,
uint num
)
str val,
uint num
)
Parameters
val | The string for getting the value. |
num | Field number beginning with 1. |
Return value
Returns the parameter val.
Related links | Source |