find_config_schema_entry Function

public function find_config_schema_entry(key) result(index)

Find a schema entry by key and return its 1-based index.

Returns 0 when the key is not part of the published schema.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: key

Return Value integer