XL Fortran for AIX 8.1

Language Reference


ACHAR(I)

Returns the character in a specified position of the ASCII collating sequence. It is the inverse of the IACHAR function.

I
must be of type integer.

Class

Elemental function

Result Type and Attributes

Character of length one with the same kind type parameter as KIND ('A').

Result Value

Examples

ACHAR (88) has the value 'X'.


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