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


IAChar Intrinsic

IAChar(C)

IAChar: INTEGER(KIND=1) function.

C: CHARACTER; scalar; INTENT(IN).

Intrinsic groups: f2c, f90.

Description:

Returns the code for the ASCII character in the first character position of C.

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

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


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