View Single Post
  #2  
Old 03-06-2003, 08:47 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,003
The failure steps will not get executed if Ignore Failure is checked. What you could do is put these "partial" failure steps in a subroutine, and then call that subroutine in a step after the step(s) that might fail, conditionally building that Subroutine Call step only if %LASTSTEP_STATUS% is not equal to 0.
Reply With Quote