Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
join
Function
11 statements
Source File
fortran_strings.F90
fortran_strings
join
Contents
public pure function join(tokens, delimiter) result(res)
Join an array of tokens into one string
Arguments
Type
Intent
Optional
Attributes
Name
type(
Token_t
),
intent(in)
::
tokens
(:)
character(len=*),
intent(in)
::
delimiter
Return Value
character(len=:), allocatable
Contents