Conditional Instructions
The following table describes the inserted instructions according to the element selected in the Insert> Condition menu:
| 
                                                         Element  | 
                                                    
                                                         Description  | 
                                                
|---|---|
| 
                                                         IF .. END  | 
                                                    
                                                         Inserts in one step a complete conditional block that consists of the following instructions:  | 
                                                
| 
                                                         IF .. ELSE .. END  | 
                                                    
                                                         Inserts in one step a complete conditional block that consists of the following instructions:  | 
                                                
| 
                                                         IF .. ELSE IF .. END  | 
                                                    
                                                         Inserts in one step a complete conditional block that consists of the following instructions:  | 
                                                
| 
                                                         IF .. ELSE IF ELSE .. END  | 
                                                    
                                                         Inserts in one step a complete conditional block that consists of the following instructions:  | 
                                                
| 
                                                         [IF () THEN]  | 
                                                    
                                                         Inserts the starting instruction of a new conditional block.  | 
                                                
| 
                                                         [ELSE IF () THEN]  | 
                                                    
                                                         Inserts an intermediate instruction to add a level to an existing conditional block.  | 
                                                
| 
                                                         [ELSE]  | 
                                                    
                                                         Inserts an intermediate instruction to add a level to an existing conditional block.  | 
                                                
| 
                                                         [END]  | 
                                                    
                                                         Inserts the end instruction of a conditional block.  |