adjustr Interface

public interface adjustr

Right-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 adjustr_object(string) result(adjusted_string)

Right-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)