Node: IAChar Intrinsic, Next: IAnd Intrinsic, Previous: IAbs Intrinsic, Up: Table of Intrinsic Functions
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 AChar Intrinsic, for the inverse of this function.
See IChar Intrinsic, for the function corresponding to the system's native character set.