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.


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)