dm_string_is_present Function

public pure function dm_string_is_present(str) result(is)

Returns .true. if given string is present and not empty.

Arguments

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

Input string.

Return Value logical


Called by

proc~~dm_string_is_present~~CalledByGraph proc~dm_string_is_present dm_string_is_present proc~dm_config_open dm_config_open proc~dm_config_open->proc~dm_string_is_present proc~dm_db_select_observ_ids dm_db_select_observ_ids proc~dm_db_select_observ_ids->proc~dm_string_is_present proc~dm_html_header dm_html_header proc~dm_html_header->proc~dm_string_is_present