Integer Intrinsic Functions - AsChar Method
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
LANSA Version 15, April 2020