Engine.CreateNewUniqueStepIds
- Updated2024-10-09
- 1 minute(s) read
Engine.CreateNewUniqueStepIds
Syntax
Engine.CreateNewUniqueStepIds( steps)
Purpose
Creates new unique step IDs for a set of steps.
Remarks
Call this method after cloning or copying a group of steps to ensure that the steps in the copy contain unique IDs. This method also modifies certain steps, such as Goto steps, that refer to unique IDs so they refer to the newly generated IDs.
Parameters
steps As Object Array
[In] Specifies an array of steps for which new unique step IDs are created.