7.32 insert_elements

&insert_elements  
        STRING name = NULL;  
        STRING type = NULL;  
        STRING exclude = NULL;  
        double s_start = -1;  
        double s_end = -1;  
        STRING start_at_element = NULL;  
        STRING end_at_element = NULL;  
        long skip = 1;  
        long disable = 0;  
        long insert_before = 0;  
        long add_at_end = 0;  
        long add_at_start = 0;  
        STRING element_def = NULL;  
        long total_occurrences = 0;  
        long occurrence[100]={0};  
        long allow_no_insertions = 0;  
        long allow_no_matches = 0;  
&end

insert_sceffects