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.

Calls

interface~~adjustr~~CallsGraph interface~adjustr adjustr proc~adjustr_string adjustr_string interface~adjustr->proc~adjustr_string proc~maybe maybe proc~adjustr_string->proc~maybe

Module Procedures

private elemental function adjustr_string(string) result(adjusted_string)

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