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