View Single Post
  #2  
Old 07-10-2006, 05:02 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
Sure.

1) Filter the output as needed. It's available in the FAILSTEP_OUTPUT macro. How you would filter would depend on what and how you want to filter. The following VBScript code in a Run Script step gives a template:

output = vbld_AllMacros()("FAILSTEP_OUTPUT").Value
' filter the output as needed
vbld_TempMacros.Add "FILTERED_OUTPUT", output

2) Include the filtered output (%FILTERED_OUTPUT% in the above sample) in your message.
Reply With Quote