ACHAR(3I) Last changed: 1-6-98
ACHAR - Returns the character in a specified position of the ASCII
collating sequence
ACHAR ([I=]i)
UNICOS, UNICOS/mk, and IRIX systems
Fortran 90
The ACHAR intrinsic function returns the character in a specified
position of the ASCII collating sequence. It accepts the following
argument:
i Must be of type integer
ACHAR is an elemental function. The name of this intrinsic cannot be
passed as an argument.
The result is a character of length 1. If i has a value in the range
0 <= i <= 127, the result is the character in position i of the ASCII
collating sequence. ACHAR (IACHAR (c)) has the value c for any
character c capable of representation.
ACHAR(88) has the value 'X'.
Intrinsic Procedures Reference Manual, publication SR-2138, for the
printed version of this man page.
ACHAR(3I) Last changed: 1-6-98
ACHAR - Returns the character in a specified position of the ASCII
collating sequence
ACHAR ([I=]i)
UNICOS, UNICOS/mk, and IRIX systems
Fortran 90
The ACHAR intrinsic function returns the character in a specified
position of the ASCII collating sequence. It accepts the following
argument:
i Must be of type integer
ACHAR is an elemental function. The name of this intrinsic cannot be
passed as an argument.
The result is a character of length 1. If i has a value in the range
0 <= i <= 127, the result is the character in position i of the ASCII
collating sequence. ACHAR (IACHAR (c)) has the value c for any
character c capable of representation.
ACHAR(88) has the value 'X'.
Intrinsic Procedures Reference Manual, publication SR-2138, for the
printed version of this man page.
[ Back ]
|