FDF_next_field_name

FDF_next_field_name -- Next field name

Description

string fdf_next_field_name(int fdf document, string fieldname);

The FDF_next_field_name() function returns the name of the field string after the field in parameter fieldname or the field name of the first field if the second paramter is NULL.

See also FDF_set_field(), FDF_get_field().