len_trim Interface

public interface len_trim

Returns the length of a string.


Contents


Module Procedures

private pure function string_len_trim(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.