Toggle navigation
FSTRING
Contents
Source File
Modules
Procedures
Derived Types
Source Files
Modules
Procedures
Derived Types
len_trim
Interface
3 statements
Source File
strings.f90
strings
len_trim
Contents
Module Procedures
string_len_trim
public interface len_trim
Returns the length of a string.
Contents
Module Procedures
string_len_trim
Module Procedures
private pure function string_len_trim(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.