XL Fortran for AIX 8.1

Language Reference


ADJUSTL(STRING)

Adjust to the left, removing leading blanks and inserting trailing 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 leading blanks have been deleted and the same number of trailing blanks have been inserted.

Examples

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


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