Evaluate Statement ================== 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 ---------- **Statement Type** Select type of statement to evaluate. **Condition** Select the required comparison parameters. **Variable Name** Indicate Variable Name. Returned Value -------------- This command does not have returned value. Example Usage ------------- Example Location: `BYpass\\Examples\\If Commands\\Evaluate Statement\\Evaluate Statement.xml` See Also -------- - :doc:`Begin If ` - :doc:`Else ` - :doc:`End If ` - :doc:`Statement Operand `