View Single Post
  #1  
Old 05-01-2007, 11:09 AM
glavian glavian is online now
Registered User
 
Join Date: 04-23-2007
Posts: 9
Subroutine from script

I found a year old post about not being able to call a subroutine from a script. Is this still not available? If it still isn't available let me explain what I am doing in case someone has a work-around. I'm using XML to setup our archiving process. I will have 1...n archive elements and I'm using vbscript to read in the XML data. The attributes of the archive element explain how to set up the archive. After I read in all the attributes which I set as temporary macros I wanted to write a subroutine that used the VisBuild step objects to create the archive data based on the temporary macros I setup in Visbuild script. So does anyone know an easy way to do this or will everything have to be in vbscript?

Thanks,
Keith
Reply With Quote