Posts: 85
Threads: 36
Joined: May 2008
Reputation:
0
07-09-2008, 12:51 PM
Hi,
I need an instruction to exit from the current interation of the script, starting with the next row of the datatable. Is it possible?
'ExitIteration' or 'Exit Iteration' is not recognized.
Thanks
Posts: 130
Threads: 0
Joined: Jul 2008
Reputation:
0
07-28-2008, 02:23 PM
Please be clear on this question. Need more clarity on requirement
Posts: 85
Threads: 36
Joined: May 2008
Reputation:
0
07-28-2008, 03:10 PM
I have some rows in DataTable, so some iterations when I run the script. I would like to have a command to exit from the current iteration withouth exit from the script, so that after this command the script continues to run with the next row of DataTable.
[and I would want that this command is available also within functions/subroutines]
thanks
Posts: 83
Threads: 16
Joined: Jan 2008
Reputation:
0
07-28-2008, 07:20 PM
Nice Question. Let me know pls
Regards
Raj
Posts: 83
Threads: 16
Joined: Jan 2008
Reputation:
0
07-31-2008, 01:05 PM
(This post was last modified: 08-02-2008, 02:00 PM by somisays.)
Can any one give the solution on this pls
Regards
Raj
Posts: 159
Threads: 1
Joined: Apr 2008
Reputation:
0
07-31-2008, 11:37 PM
Hi,
You can use the following statements...
ExitActionIteration
Object.ExitCode
Exititeration