11-21-2007 03:50 AM
11-21-2007 09:28 AM
11-21-2007 12:40 PM
11-22-2007 01:06 AM
Hi,
Do you mean that if you jump back to the Setup that all the results collected for that sequence are discarded?
Have you tried just deleting the elements from the ResultList array. If you get the Number of elements in ResultList then call PropertyObject.DeleteElements(0, numberof elements, 0), this will set the array empty.
Of course dont forget to switch off the result recording of any steps you add to do this task, other wise you will find that you will have the DeleteElements step result still in ResultList.
Hope this helps
Ray
11-22-2007 05:54 AM
11-22-2007 06:25 AM
11-23-2007 10:08 AM