len Interface

public interface len

Returns the length of a string.


Contents


Module Procedures

private pure function string_len(x) result(rst)

Returns the length of a string.

Arguments

Type IntentOptional Attributes Name
type(string), intent(in) :: x

The string to interrogate.

Return Value integer(kind=int32)

The length of the string.