Splits a string by a given delimiter into an array of strings.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | string | String to split. | ||
| character(len=*), | intent(inout) | :: | array(:) | Splitted components. | ||
| character(len=*), | intent(in) | :: | del | Delimiter. | ||
| integer, | intent(out), | optional | :: | n | Number of array elements. |