View Single Post
  #1  
Old 01-06-2010, 10:24 AM
krosty krosty is online now
Registered User
 
Join Date: 10-20-2009
Location: Princeton, NJ
Posts: 13
foreach type functionality

I want to repeat a group of steps multiple times and pass different arguments to the constituent steps each time. Normally in NAnt/MSbuild, for example, we can write (or use theirs) a foreach task to iterate through an array containing the input arguments and put the steps-to-be-repeated inside the foreach. Can something in that line be done in VBP. Other thing I'm thinking is using the script action to write some VBScript code to do the iteration through an array. But I will need to find out how you can call a step/group programmatically using VBScript. I'm new in VBP. Any help will be much appreciated
Reply With Quote