Platform | x64, Win32, .NET |
Purpose |
To get the position of a character in the ASCII collating sequence. |
Class |
Elemental function. |
Syntax |
INTEGER FUNCTION IACHAR(C) |
Description |
C is a character of length one. |
Return value |
The result is an integer in the range 0 <result< 127. Its type is the default integer type. |
Example |
IACHAR('a') gives 97. |