07-13-2006 08:28 AM
07-13-2006 08:49 AM - edited 07-13-2006 08:49 AM
All you have to di is put all of the parameters for each run into a cluster array. Surround your main program with a for loop and wire the cluster array through the for loop. A for loop will autoindex an input array so inside the for loop you just have to unbundle the cluster to get the parameters for each run.
Message Edited by Dennis Knutson on 07-13-2006 07:50 AM
07-13-2006 10:22 AM