len_trim Interface

public interface len_trim

Returns the length of the character sequence without trailing spaces represented by the string.

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

Calls

interface~~len_trim~~CallsGraph interface~len_trim len_trim proc~len_trim_string len_trim_string interface~len_trim->proc~len_trim_string

Module Procedures

private elemental function len_trim_string(string) result(length)

Returns the length of the character sequence without trailing spaces represented by the string.

Arguments

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

Return Value integer