16 years ago
Conditional goto step using properties
Folks,
Can anyone tell me how to do conditional goto step based on a property value.
For example I have a property called 'count'. I need to repeat SOAP calls 'count' number of times.
I am looking for a way to implement this by decrementing the value of count each time the call is made, and then stepping out of the loop when 'count' is zero.
Appreciate any help.
Thanks
CReddy.
Can anyone tell me how to do conditional goto step based on a property value.
For example I have a property called 'count'. I need to repeat SOAP calls 'count' number of times.
I am looking for a way to implement this by decrementing the value of count each time the call is made, and then stepping out of the loop when 'count' is zero.
Appreciate any help.
Thanks
CReddy.