ADJUSTL intrinsic function

Standard: F77 F90 F95 F2003 F2008 Example program


<Syntax>

ADJUSTL ( STRING )

STRING : Character;

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

<Semantics>

The result is STRING with any leading blanks removed, and an equal number of blanks added to the end (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>

ADJUSTR intrinsic function