fields_get_string Function

public function fields_get_string(fields, key, value) result(found)

Strings and choices are both readable as strings (historical behavior).

Arguments

Type IntentOptional Attributes Name
type(field_desc_t), intent(in) :: fields(:)
character(len=*), intent(in) :: key
character(len=*), intent(out) :: value

Return Value logical