Go to the first, previous, next, last section, table of contents.


AChar Intrinsic

AChar(I)

AChar: CHARACTER*1 function.

I: INTEGER; scalar; INTENT(IN).

Intrinsic groups: f2c, f90.

Description:

Returns the ASCII character corresponding to the code specified by I.

See section IAChar Intrinsic, for the inverse of this function.

See section Char Intrinsic, for the function corresponding to the system's native character set.


Go to the first, previous, next, last section, table of contents.