g77.info: AChar Intrinsic

Go forward to ACos Intrinsic
Go backward to Access Intrinsic
Go up to Table of Intrinsic Functions
Go to the top op g77

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.
   *Note IAChar Intrinsic::, for the inverse of this function.
   *Note Char Intrinsic::, for the function corresponding to the
system's native character set.