slen Interface

public interface slen

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

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

Calls

interface~~slen~~CallsGraph interface~slen slen proc~len_string len_string interface~slen->proc~len_string

Called by

interface~~slen~~CalledByGraph interface~slen slen proc~iachar_string iachar_string proc~iachar_string->interface~slen proc~ichar_string ichar_string proc~ichar_string->interface~slen proc~to_c_char_from_string to_c_char_from_string proc~to_c_char_from_string->interface~slen proc~write_unformatted write_unformatted proc~write_unformatted->interface~slen interface~iachar iachar interface~iachar->proc~iachar_string interface~ichar ichar interface~ichar->proc~ichar_string interface~to_c_char to_c_char interface~to_c_char->proc~to_c_char_from_string interface~write (unformatted) write (unformatted) interface~write (unformatted)->proc~write_unformatted

Module Procedures

private elemental function len_string(string) result(length)

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

Arguments

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

Return Value integer