View Single Post
  #1  
Old 07-21-2006, 12:50 PM
eonlexx eonlexx is online now
Registered User
 
Join Date: 06-16-2006
Posts: 6
Question Calling a Global Sub call from a Project Sub call

I have a Global Subroutine call that logs information. I have set up a project subroutine to run Nunit. From the Project Subroutine call when Nunit is run I call the global subroutine to log the out put of the Nunit call. This all works, however, I have several clean up steps after the global call in the project subroutine. These steps are never being run. After the gobal subroutine call execution is returned back to the project and the next step is executed.

Am I missing something? How do you continue exicution in the project subroutine after a global subroutine call?
Reply With Quote