View Single Post
  #2  
Old 06-24-2005, 02:18 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
The step's output is available in the LASTSTEP_OUTPUT system macro. You could access it from the step's vbld_StepDone script event [1] like this:

Application.Macros(vbldMacroSystem)("LASTSTEP_OUTP UT").Value

[1] http://www.visualbuild.com/Manual/?scriptevents.htm
Reply With Quote