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.


Contents


Module Procedures

private elemental function adjustl_object(string) result(adjusted_string)

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

Arguments

Type IntentOptional AttributesName
class(string_class), intent(in) :: string

Return Value type(string_type)