XL Fortran for AIX 8.1

Language Reference


IACHAR(C)

Returns the position of a character in the ASCII collating sequence.

C
must be of type default character and of length one.

Class

Elemental function

Result Type and Attributes

Default integer.

Result Value

Examples

IACHAR ('X') has the value 88.


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