ISTR
Top  Previous  Next

(ISTR(string,pos))

Converts a single character, which you specify within a string by position, returning its corresponding ASCII integer value.

In the following example, the integer value of vistr is 66, for the capital letter B.

SET VAR vistr = (ISTR('R:BASE',3))