Appends a copy of the source string to the dest string, with
optional string sep in between. It is assumed that dest is long
enough to hold the result, otherwise an error will be generated.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(inout) | :: | dest | |||
| character(len=*), | intent(in) | :: | source | |||
| character(len=*), | intent(in), | optional | :: | sep |