ADJUSTR intrinsic function

Standard: F77 F90 F95 F2003 F2008 Example program


<Syntax>

ADJUSTR ( STRING )

STRING : Character;

Result : Character with the same length and kind as STRING.

<Semantics>

The result is STRING with any trailing blanks removed, and an equal number of blanks added to the beginning (as if it had been rotated). Like many intrinsic functions, this is elemental; the result has the same shape as STRING, with the operation being applied elementwise.

<Related>

ADJUSTL intrinsic function