Statement Operand ================= Category -------- If Commands Description ----------- This command allows you to evaluate a logical statement to determine if the statement is true. Use this command when you want to check if a statement is 'true' or 'false' and subsequently take an action based on either condition. Any 'BeginIf' command must have a following 'EndIf' command. Parameters ---------- **Conditional Variable 1** Indicate the conditional variable 1. **Operand** Select the operand. **Conditional Variable 2** Indicate the conditional variable 2. **Variable Name** Indicate variable name. Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\If Commands\\Statement Operand\\Statement Operand.xml` See Also -------- - :doc:`Begin If ` - :doc:`Else ` - :doc:`End If ` - :doc:`Evaluate Statement `