Return the variable as a character
Member of Integer Intrinsic Functions (PRIM_LIBI.IIntegerIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | String | Resulting char |
AsChar returns the subject as the equivalent character for the current code page.
In this example, a carriage return is embedded in a string.
#Result := #String1 + (13).asChar + #String2
Febuary 18 V14SP2