08-21-2009 01:47 AM
I want to call the sequence which I am running in the same sequence recursively, along with sending some variable values to the sequence which I want to use after the sequence call. I found a way of doing it by calling the same sequence and by using "Parameters" I can pass the new values to the same sequence. But I want to know is there any other way of performing this recursive action for a sequence?
08-21-2009 08:15 AM
Try this -
For the variables which you want to pass to sub-sequence enable the flag 'Propogate to Subsequence'
08-23-2009 11:55 PM