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