adjustr Interface

public interface adjustr

Adjusts the string to the right by removing any trailing blanks and pushing any removed blanks onto the front of the string.


Contents


Module Procedures

private pure elemental function string_adjustr(x) result(rst)

Adjusts the string to the right by removing any trailing blanks and pushing any removed blanks onto the front of the string.

Arguments

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

The string to adjust.

Return Value type(string)

The adjusted string.