03-23-2016 02:28 PM
Hi all,
I have sequence which contains 100+ Ex: Subsequence 1, Subsequence 2,,,,, Subsequence 100
if i want to remove any step means I have to remove in all subsequence
Are there any way like if I can remove all at a time( instead of go to each subsequence and delete a step)
Thanks in advance
03-24-2016 07:17 PM
I don't think there's a way to do that. Given the commonality in your subsequences, there's probably a better way to architect your sequence files and perhaps your model.
03-31-2016 05:08 AM
Hi,
There is no direct way.
Have written a small test sequence which does that.
Run the MasterSequence.seq which removes statement1 step from
sequenceUnderTest.seq
Few changes that you may need to do :
MasterSequence.seq
Edit locals.StepToBeDeleted and locals.Filepath.
Hope this helps.
Ravi