Navigation: Function Index > I
ICHAR
(ICHAR(arg))
Converts a single character, returning its corresponding ASCII integer value.
In the following example, the integer value of vichar is 65.
SET VAR vichar = (ICHAR('A'))