HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure speciļ¬cations
Chapter 11518
ADJUSTL(STRING)
Description
Adjust to the left, removing leading blanks and inserting trailing blanks.
Class
Elemental function.
Argument
STRING must be of type character.
Result type
Character of the same length and kind type parameter as STRING.
Result value
The value of the result is the same as STRING except that any leading blanks have been
deleted and the same number of trailing blanks have been inserted.
ADJUSTR(STRING)
Description
Adjust to the right, removing trailing blanks and inserting leading blanks.
Class
Elemental function.
Argument
STRING must be of type character.
Result type
Character of the same length and kind type parameter as STRING.
Result value
The value of the result is the same as STRING except that any trailing blanks have been
deleted and the same number of leading blanks have been inserted.