06-25-2008 05:54 AM
06-25-2008 06:39 AM
06-25-2008 10:28 AM
Hi Rafi,
I'd stay away from using the For Each loop.
Try using a For loop and use GetNumElements() to set the number of times the For loop runs to get data from the array.
I had a problem with the For Each loop generating a Array index out of bounds Run-Time error.
I hope this helps.
Big_Will
06-25-2008 02:34 PM
I adopted your advice....thank you.
Another question....where in the context is the list of selected steps?
I looked at RunState.InitialSelection.SelectedSteps and it's empty
Thanks
06-26-2008 03:49 AM