XL Fortran for AIX 8.1

Language Reference


ADJUSTR(STRING)

Adjust to the right, removing trailing blanks and inserting leading blanks.

STRING
must be of type character.

Class

Elemental function

Result Type and Attributes

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.

Examples

ADJUSTR ('WORD ') has the value ' WORD'.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]