Integer Intrinsic Functions - AsByte Method
Return the variable as a byte
Member of Integer Intrinsic Functions (PRIM_LIBI.IIntegerIntrinsics)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Result | *Result (Optional) | Binary String | Resulting byte |
AsByte returns the numeric code page value for the specified index
In this example, if #Number contained 105, the result after conversion to a string would be "i"
#Result := #Number.AsByte.AsString
LANSA Version 15, April 2020