ASCIIVal (Magic xpi 4.13)
Evaluates the leftmost character of an alphanumeric string and returns its value in the ASCII character set.
Syntax:
|
ASCIIVal(Alpha string)
|
Parameter:
|
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
|