Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Function Index > I

ICHAR

Scroll Prev Top Next More

(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'))