Condition (Cnd) (Magic xpa 3.x)
The Cnd property contains a logical condition that determines whether the operation execution occurs or is bypassed.
The possible values are:
-
Yes (the default) – The operation is always executed.
-
No – The operation is always skipped.
-
Expression number – Zoom from the Expression field to define an expression that returns True or False. The operation will be executed according to this expression.
How Do I Condition the Execution of an Operation Based on a Variable’s Value?