convert_string_to_array_of_chars Subroutine

public subroutine convert_string_to_array_of_chars(str, arr)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: str
character(len=1), intent(out), dimension(:) :: arr

Contents