len Interface

public interface len

Returns the length of the character sequence represented by the string.

This method is elemental and returns a default integer scalar value.


Contents


Module Procedures

private elemental function len_object(string) result(length)

Returns the length of the character sequence represented by the string.

Arguments

Type IntentOptional AttributesName
class(string_class), intent(in) :: string

Return Value integer