Appends trimmed string2 to trimmed string1 and returns the
result as allocatable string.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string1 |
First string. |
||
| character(len=*), | intent(in) | :: | string2 |
Second string. |
Result.