Julienne
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
array_of_strings
Interface
199 statements
Source File
julienne_string_m.f90
julienne_string_m
array_of_strings
Contents
None
interface
public pure module function array_of_strings(delimited_strings, delimiter) result(strings_array)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
delimited_strings
character(len=*),
intent(in)
::
delimiter
Return Value
type(
string_t
),allocatable,(:)