string_argument_present Module Procedure

module procedure string_argument_present module function string_argument_present(acceptable_argument) result(found)

Arguments

Type IntentOptional Attributes Name
type(string_t), intent(in) :: acceptable_argument(:)

Return Value logical


Calls

proc~~string_argument_present~~CallsGraph proc~string_argument_present string_argument_present interface~character_argument_present command_line_t%character_argument_present proc~string_argument_present->interface~character_argument_present none~string string_t%string proc~string_argument_present->none~string strings strings proc~string_argument_present->strings interface~as_character string_t%as_character none~string->interface~as_character