Description
The AscW (str) function returns the Unicode value of the first character of the string.
Action
The AscW (str) function returns the Unicode value of the first character of the string.
Typical uses
Use this function to obtain the Unicode value of a character. This function is most useful for application developers using the Report Engine.
Examples
AscW("Karen")
Returns 75, which is the Unicode value of the letter "K".
AscW("Õ")
Returns 213.