Joins an array of strings into a single string. The chunks are separated with a space, or an optional user-defined separator. Specifications
Joins a list of strings with a separator (default: space). Returns a new string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(string_type), | intent(in) | :: | strings(:) | |||
character(len=*), | intent(in), | optional | :: | separator |
Joins a list of strings with a separator (default: space). Returns a new string
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | strings(:) | |||
character(len=*), | intent(in), | optional | :: | separator |