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".
Febuary 18 V14SP2