Posts: 6
Threads: 2
Joined: Aug 2011
Reputation:
0
08-18-2011, 10:50 AM
I generated the script for calling a Action1 for 3 iterations in the Action 2. But the Action1 is executed for only two times. Here is the Script pls help.[/color][/size][/font]
Action 1:
SystemUtil.Run("www.Google.co.in")
Action 2:
RunAction "Action1","1 - 3"
Thanks,
Saran
Posts: 426
Threads: 4
Joined: Aug 2011
Reputation:
0
08-19-2011, 11:39 AM
Try this:
Action 1:
SystemUtil.Run("www.Google.co.in")
Action 2:
RunAction "Action1",ThreeIteration
Correct me if wrong.
Regards,
Sankalp
Posts: 6
Threads: 2
Joined: Aug 2011
Reputation:
0
08-19-2011, 03:15 PM
Hi Sankalp,
Makes sense. Thanks for your Reply.
Thanks,
Saranya R.
Posts: 27
Threads: 2
Joined: Aug 2011
Reputation:
0
08-20-2011, 07:21 PM
Saranya,
Try this..
'Action 2:
RunAction "Action1","0-3"
Thanks,
Arul.D