Return the UTF16 code table value for the character
Member of Compatible Unicode Intrinsic Functions (PRIM_LIBI.ICompatibleUnicodeIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Integer | UTF16 code table value for the character |
AsCodePoint returns the first character of the subject Unicode string as its numeric value or code point.
In this example, if #String contained "ABC" the result would be 65.
#Result := #String.AsCodePoint
Febuary 18 V14SP2