03-03-2004 05:59 PM
03-08-2004 03:18 AM
03-08-2004 11:05 AM
01-20-2005 09:59 AM
01-21-2005 09:33 AM
01-21-2005 10:39 AM
01-28-2005 07:40 AM
01-31-2005 11:10 AM
01-31-2005 11:20 AM
@Scott Richardson (NI) wrote:
Ray -
Some developers of TestStand applications like to create a custom editor that uses a palette of steps from an existing sequence to create a new sequences. Some call this a type of sequence-builder application. This is typically the only reason to clone steps.
02-08-2005 06:45 PM
@LegalEngineer wrote:
Sharon,
I used the example in my program to clone a step to multiple steps in MainSequence. Then I tried to change each step name to a unique one by looping indexing each step. The result is all cloned steps are following the last name chnage. I tried to reverse the direction of indexing but the result is alway all cloned step names following the last name change. I tried to create CreateUniqueIDs. That works but unique IDs are not very meaningful. Is there any way to change the step names uniquely?
Thank you.