Evaluates the leftmost character of an alphanumeric string and returns its value in the ASCII character set.
Syntax:
ASCIIVal('string')
Parameters:
string: An Alpha character or string of characters.
Returns:
ASCII Code
Example:
The expressions ASCIIVal('N') and ASCIIVal('New') each return the same result, 78.
See also:
ASCIIChr
The Online and Rich Client Samples projects (program CV02 and RCV02)