Hi Scott,
The StepIndex value can be obtained by the following sequence of ActiveX calls:
- SequenceFile.GetSequenceByName("MainSequence")
- Sequence.GetStepByName("TestStepName")
- Step.GetStepIndex
An example of usage of this technique is shown in the attached sequence file "Example.seq". The function parameters are declared as variables in the "Locals".
Hope this helps,
Silvius
Silvius Iancu