dm_string_append Function

public pure function dm_string_append(string1, string2) result(string)

Appends trimmed string2 to trimmed string1 and returns the result as allocatable string.

Arguments

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

First string.

character(len=*), intent(in) :: string2

Second string.

Return Value character(len=:), allocatable

Result.


Called by

proc~~dm_string_append~~CalledByGraph proc~dm_string_append dm_string_append proc~dm_roff_tbl dm_roff_tbl proc~dm_roff_tbl->proc~dm_string_append proc~dm_roff_to_pdf dm_roff_to_pdf proc~dm_roff_to_pdf->proc~dm_string_append proc~dm_roff_to_ps dm_roff_to_ps proc~dm_roff_to_ps->proc~dm_string_append