Platform | x64, Win32, .NET |
Purpose |
To get the position of a character in the collating sequence of a given kind type. |
Class |
Elemental function. |
Syntax |
INTEGER FUNCTION ICHAR(C) |
Description |
C is a character of length one. |
Return value |
The result is an integer in the range 0 < result < n - 1 where n is the number of characters in the collating sequence. Its type is the default integer type. |