dm_string_is_present Function

public pure function dm_string_is_present(string) result(is)

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

Arguments

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

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_gm_create dm_gm_create proc~dm_gm_create->proc~dm_string_is_present proc~dm_html_header dm_html_header proc~dm_html_header->proc~dm_string_is_present proc~dm_im_send_presence dm_im_send_presence proc~dm_im_send_presence->proc~dm_string_is_present