Abort Command

Top  Previous  Next

This Filter statement tells the script to terminate if the Flag variable is set to False:

 

<Filter>

 <Search>

         <Section>

                 Flag

         </Section>

         <Type>

                 Literal

         </Type>

         <Text>

                 False

         </Text>

 </Search>

 <Replace>

         <Section>

                 Flag

         </Section>

         <Scope>

                 Section

         </Scope>

         <Type>

                 And

         </Type>

         <Text>

                 False

         </Text>

         <All>

                 False

         </All>

 </Replace>

 <Continue>

         False

 </Continue>

</Filter>