adjustl Interface

public interface adjustl

Left-adjust the character sequence represented by the string. The length of the character sequence remains unchanged.

This method is elemental and returns a scalar character value.

Calls

interface~~adjustl~~CallsGraph interface~adjustl adjustl proc~adjustl_string adjustl_string interface~adjustl->proc~adjustl_string proc~maybe maybe proc~adjustl_string->proc~maybe

Module Procedures

private elemental function adjustl_string(string) result(adjusted_string)

Left-adjust the character sequence represented by the string. The length of the character sequence remains unchanged.

Arguments

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

Return Value type(string_type)