Boolean Intrinsic Functions - AsString Method
Return the variable as a string
Member of Boolean Intrinsic Functions (PRIM_LIBI.IBooleanIntrinsics)
| Name | Type | Data Type | Description |
|---|---|---|---|
| Result | *Result (Optional) | String | Resulting string |
| FalseCaption | *Input (Optional) | String | Value to return for a false value |
| TrueCaption | *Input (Optional) | String | Value to return for a true value |
AsString returns a Boolean variable as a string. If false, the result will be "False". If true, it will be "True".
LANSA Version 15, April 2020