9.5. ACHAR

9.5 ACHAR — Character in ASCII collating sequence

Description:
ACHAR(I) returns the character located at position I in the ASCII collating sequence.
Standard:
Fortran 77 and later, with KIND argument Fortran 2003 and later
Class:
Elemental function
Syntax:
RESULT = ACHAR(I [, KIND])
Arguments:
I The type shall be INTEGER.
KIND (Optional) An INTEGER initialization expression indicating the kind parameter of the result.
Return value:
The return value is of type CHARACTER with a length of one. If the KIND argument is present, the return value is of the sp