array_of_strings Interface

interface
public pure module function array_of_strings(delimited_strings, delimiter) result(strings_array)

Arguments

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

Return Value type(string_t),allocatable,(:)