| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | input_line | |||
| character(len=:), | intent(out), | allocatable | :: | array(:) | ||
| character(len=*), | intent(in), | optional | :: | delimiters | ||
| character(len=*), | intent(in), | optional | :: | order | ||
| character(len=*), | intent(in), | optional | :: | nulls |
parse string into an array using specified delimiters AUTHOR: John S. Urban LICENSE: Public Domain