Changes

→‎Introduction: Else If description (how to add): removed 'set variable menu'
Line 4: Line 4:  
''' If statement '''
 
''' If statement '''
   −
The '''If''' statement is available form the ‘Add Action’ menu part ‘Conditions/Loops’ and comes along with a terminating '''End If'''.
+
The '''If''' statement is available form the ‘Add Action above’ menu item (‘Conditions/Loops’) and comes along with a terminating '''End If'''.
    
This action allows to execute a set of subsequent actions according to specific condition(s). The possible conditions are the same as constraints and are tested in exactly the same way, with logical connectors 'AND' (default one) or 'OR' in case of multiple conditions.
 
This action allows to execute a set of subsequent actions according to specific condition(s). The possible conditions are the same as constraints and are tested in exactly the same way, with logical connectors 'AND' (default one) or 'OR' in case of multiple conditions.
Line 12: Line 12:  
''' Else statement '''
 
''' Else statement '''
   −
'''Else''' will only become available by selecting the '''If''' statement again and then selecting the ‘Add else clause’ from the ‘Set Variable’ menu.
+
'''Else''' will only become available by selecting the '''If''' statement again and then selecting the ‘Add else clause’ from the menu.
In case further constrains should be invoked ‘Add else/If clause’ or ‘Add else/If confirmed clause’ can be used.
+
In case further constrains should be invoked ‘Add else/if clause’ or ‘Add else/if confirmed clause’ can be used.
    
'''If''' statements my be nested that is within '''If''' and '''End If'''  there might be other pairs of '''If''' and '''End If'''.
 
'''If''' statements my be nested that is within '''If''' and '''End If'''  there might be other pairs of '''If''' and '''End If'''.
editors
256

edits