convert_array_of_chars_to_string Subroutine

public subroutine convert_array_of_chars_to_string(arr, str)

Arguments

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

Contents