|
View previous topic :: View next topic
|
| Author |
Message |
sudheerkumar_k
New User

Joined: 08 Sep 2004 Posts: 10 Location: Bangalore
|
|
|
|
Hi,
I want to execute a specific step with out executing the previous and succedding steps.How can i do that.
Cheers,
Sudheer |
|
| Back to top |
|
 |
anuradha
Active User

Joined: 06 Jan 2004 Posts: 247 Location: Hyderabad
|
|
|
|
Hi Sudheer,
By using Restart=step name you can skip the previous steps and use the cond parameter accordingly to skip the next steps. |
|
| Back to top |
|
 |
sudheerkumar_k
New User

Joined: 08 Sep 2004 Posts: 10 Location: Bangalore
|
|
|
|
Anuradha,
I know this solution.Hopefully is there any other solution.
Cheers,
Sudheer |
|
| Back to top |
|
 |
lramani
New User

Joined: 03 Nov 2004 Posts: 21 Location: NOIDA, India
|
|
|
|
Hi,
Instead of the cond parameters...u could even have a null statement (//)inserted after the step which needs to be executed only.
And as anuradha rightly said the restart would serve the purpose of starting a particular step.
If there is some other means by which this could be done...i too wud like to know. |
|
| Back to top |
|
 |
karthi_ind
Active User
.jpg)
Joined: 24 Feb 2004 Posts: 131 Location: Chennai
|
|
|
|
hi
Suppose thr r 10 steps and we want to execute 6th step only it can be done by giving restart=step6,cond=(0,le). |
|
| Back to top |
|
 |
|
|