Action group: Operators
A logical multiplication operator (logical AND) that returns True if both operands are True, otherwise it returns False.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
First boolean variable | The value of the first boolean variable | Robin.Boolean | true | Yes |
Second boolean variable | The value of the second boolean variable | Robin.Boolean | true | Yes |
Results | ||||
Result | A variable containing the result of an AND operation. | Robin.Boolean | true |
None.
There is a "Logical variable 1" with value = true and "Logical variable 2" with value = false. It is required to check the expression Logical variable 1=Logical variable 2. If the result is positive, display a dialog box with a message - true, if the result is negative, the message - false.
Use the actions "Conjunction", "If", "Show message".
The comparison of variable values has been performed successfully.
A dialog box with the result is displayed.