Toggle navigation
FSTRING
Contents
Source File
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
len
Interface
3 statements
Source File
strings.f90
strings
len
Contents
Module Procedures
string_len
public interface len
Returns the length of a string.
Contents
Module Procedures
string_len
Module Procedures
private pure function string_len(x) result(rst)
Returns the length of a string.
Arguments
Type
Intent
Optional
Attributes
Name
type(
string
),
intent(in)
::
x
The string to interrogate.
Return Value
integer(kind=int32)
The length of the string.